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

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. Number of objects failed.

Property Value
Type Description
long

HasTotalBytesFound

public bool HasTotalBytesFound { get; }

Gets whether the "total_bytes_found" field is set

Property Value
Type Description
bool

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