Class GoogleFirestoreAdminV1Progress
Describes the progress of the operation. Unit of work is generic and must be interpreted based on where Progress is used.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1beta1.Data
Assembly: Google.Apis.Firestore.v1beta1.dll
Syntax
public class GoogleFirestoreAdminV1Progress : IDirectResponseSchema
Properties
CompletedWork
The amount of work completed.
Declaration
[JsonProperty("completedWork")]
public virtual long? CompletedWork { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EstimatedWork
The amount of work estimated.
Declaration
[JsonProperty("estimatedWork")]
public virtual long? EstimatedWork { get; set; }
Property Value
Type | Description |
---|---|
long? |