Storage Batch Operations v1 API - Class Counters (1.0.0-beta06)

public sealed class Counters : IMessage<Counters>, IEquatable<Counters>, IDeepCloneable<Counters>, IBufferMessage, IMessage

Reference documentation and code samples for the Storage Batch Operations v1 API class Counters.

Describes details about the progress of the job.

Inheritance

object > Counters

Namespace

Google.Cloud.StorageBatchOperations.V1

Assembly

Google.Cloud.StorageBatchOperations.V1.dll

Constructors

Counters()

public Counters()

Counters(Counters)

public Counters(Counters other)
Parameter
Name Description
other Counters

Properties

FailedObjectCount

public long FailedObjectCount { get; set; }

Output only. The number of objects that failed due to user errors or service errors.

Property Value
Type Description
long

HasObjectCustomContextsCreated

public bool HasObjectCustomContextsCreated { get; }

Gets whether the "object_custom_contexts_created" field is set

Property Value
Type Description
bool

HasObjectCustomContextsDeleted

public bool HasObjectCustomContextsDeleted { get; }

Gets whether the "object_custom_contexts_deleted" field is set

Property Value
Type Description
bool

HasObjectCustomContextsUpdated

public bool HasObjectCustomContextsUpdated { get; }

Gets whether the "object_custom_contexts_updated" field is set

Property Value
Type Description
bool

HasTotalBytesFound

public bool HasTotalBytesFound { get; }

Gets whether the "total_bytes_found" field is set

Property Value
Type Description
bool

ObjectCustomContextsCreated

public long ObjectCustomContextsCreated { get; set; }

Output only. Number of object custom contexts created. This field is only populated for jobs with the UpdateObjectCustomContext transformation.

Property Value
Type Description
long

ObjectCustomContextsDeleted

public long ObjectCustomContextsDeleted { get; set; }

Output only. Number of object custom contexts deleted. This field is only populated for jobs with the UpdateObjectCustomContext transformation.

Property Value
Type Description
long

ObjectCustomContextsUpdated

public long ObjectCustomContextsUpdated { get; set; }

Output only. Number of object custom contexts updated. This counter tracks custom contexts where the key already existed, but the payload was modified. This field is only populated for jobs with the UpdateObjectCustomContext transformation.

Property Value
Type Description
long

SucceededObjectCount

public long SucceededObjectCount { get; set; }

Output only. Number of objects completed.

Property Value
Type Description
long

TotalBytesFound

public long TotalBytesFound { get; set; }

Output only. Number of bytes found from source. This field is only populated for jobs with a prefix list object configuration.

Property Value
Type Description
long

TotalObjectCount

public long TotalObjectCount { get; set; }

Output only. Number of objects listed.

Property Value
Type Description
long