Show / Hide Table of Contents

Class GoogleFirestoreAdminV1beta2Progress

Describes the progress of the operation. Unit of work is generic and must be interpreted based on where Progress is used.

Inheritance
object
GoogleFirestoreAdminV1beta2Progress
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.Firestore.v1beta2.Data
Assembly: Google.Apis.Firestore.v1beta2.dll
Syntax
public class GoogleFirestoreAdminV1beta2Progress : 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX