Class ProgressCounter
ProgressCounter provides counters to describe an operation's progress.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1.Data
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class ProgressCounter : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Failure
The number of units that failed in the operation.
Declaration
[JsonProperty("failure")]
public virtual long? Failure { get; set; }
Property Value
Type | Description |
---|---|
long? |
Pending
The number of units that are pending in the operation.
Declaration
[JsonProperty("pending")]
public virtual long? Pending { get; set; }
Property Value
Type | Description |
---|---|
long? |
Success
The number of units that succeeded in the operation.
Declaration
[JsonProperty("success")]
public virtual long? Success { get; set; }
Property Value
Type | Description |
---|---|
long? |