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.
Namespace
Google.Cloud.StorageBatchOperations.V1Assembly
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 |
SucceededObjectCount
public long SucceededObjectCount { get; set; }
Output only. Number of objects completed.
Property Value | |
---|---|
Type | Description |
long |
TotalObjectCount
public long TotalObjectCount { get; set; }
Output only. Number of objects listed.
Property Value | |
---|---|
Type | Description |
long |