Class Counters
Describes details about the progress of the job.
Implements
Inherited Members
Namespace: Google.Apis.StorageBatchOperations.v1.Data
Assembly: Google.Apis.StorageBatchOperations.v1.dll
Syntax
public class Counters : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FailedObjectCount
Output only. Number of objects failed.
Declaration
[JsonProperty("failedObjectCount")]
public virtual long? FailedObjectCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
SucceededObjectCount
Output only. Number of objects completed.
Declaration
[JsonProperty("succeededObjectCount")]
public virtual long? SucceededObjectCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
TotalObjectCount
Output only. Number of objects listed.
Declaration
[JsonProperty("totalObjectCount")]
public virtual long? TotalObjectCount { get; set; }
Property Value
Type | Description |
---|---|
long? |