Class ProgressCounter
ProgressCounter provides counters to describe an operation's progress.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.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? |
SecondaryFailure
The number of secondary units that failed in the operation.
Declaration
[JsonProperty("secondaryFailure")]
public virtual long? SecondaryFailure { get; set; }
Property Value
Type | Description |
---|---|
long? |
SecondarySuccess
The number of secondary units that succeeded in the operation.
Declaration
[JsonProperty("secondarySuccess")]
public virtual long? SecondarySuccess { 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? |