Show / Hide Table of Contents

Class GoogleFirestoreAdminV1beta1Progress

Measures the progress of a particular metric.

Inheritance
object
GoogleFirestoreAdminV1beta1Progress
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.v1beta1.Data
Assembly: Google.Apis.Firestore.v1beta1.dll
Syntax
public class GoogleFirestoreAdminV1beta1Progress : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

WorkCompleted

An estimate of how much work has been completed. Note that this may be greater than work_estimated.

Declaration
[JsonProperty("workCompleted")]
public virtual long? WorkCompleted { get; set; }
Property Value
Type Description
long?

WorkEstimated

An estimate of how much work needs to be performed. Zero if the work estimate is unavailable. May change as work progresses.

Declaration
[JsonProperty("workEstimated")]
public virtual long? WorkEstimated { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX