Show / Hide Table of Contents

Class Counters

Describes details about the progress of the job.

Inheritance
object
Counters
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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. The number of objects that failed due to user errors or service errors.

Declaration
[JsonProperty("failedObjectCount")]
public virtual long? FailedObjectCount { get; set; }
Property Value
Type Description
long?

ObjectCustomContextsCreated

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

Declaration
[JsonProperty("objectCustomContextsCreated")]
public virtual long? ObjectCustomContextsCreated { get; set; }
Property Value
Type Description
long?

ObjectCustomContextsDeleted

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

Declaration
[JsonProperty("objectCustomContextsDeleted")]
public virtual long? ObjectCustomContextsDeleted { get; set; }
Property Value
Type Description
long?

ObjectCustomContextsUpdated

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.

Declaration
[JsonProperty("objectCustomContextsUpdated")]
public virtual long? ObjectCustomContextsUpdated { 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?

TotalBytesFound

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

Declaration
[JsonProperty("totalBytesFound")]
public virtual long? TotalBytesFound { 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX