Show / Hide Table of Contents

Class ProgressCounter

ProgressCounter provides counters to describe an operation's progress.

Inheritance
object
ProgressCounter
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX