Show / Hide Table of Contents

Class GoogleDatastoreAdminV1beta1Progress

Measures the progress of a particular metric.

Inheritance
System.Object
GoogleDatastoreAdminV1beta1Progress
Implements
IDirectResponseSchema
Namespace: Google.Apis.Datastore.v1beta3.Data
Assembly: Google.Apis.Datastore.v1beta3.dll
Syntax
public class GoogleDatastoreAdminV1beta1Progress : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

WorkCompleted

The amount of work that has been completed. Note that this may be greater than work_estimated.

Declaration
public virtual Nullable<long> WorkCompleted { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

WorkEstimated

An estimate of how much work needs to be performed. May be zero if the work estimate is unavailable.

Declaration
public virtual Nullable<long> WorkEstimated { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Implements

IDirectResponseSchema
Back to top