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. 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX