Class Progress (2.3.0)

public sealed class Progress : IMessage<Progress>, IEquatable<Progress>, IDeepCloneable<Progress>, IBufferMessage, IMessage

Describes the progress of the operation. Unit of work is generic and must be interpreted based on where [Progress][google.firestore.admin.v1.Progress] is used.

Inheritance

Object > Progress

Namespace

Google.Cloud.Firestore.Admin.V1

Assembly

Google.Cloud.Firestore.Admin.V1.dll

Constructors

Progress()

public Progress()

Progress(Progress)

public Progress(Progress other)
Parameter
NameDescription
otherProgress

Properties

CompletedWork

public long CompletedWork { get; set; }

The amount of work completed.

Property Value
TypeDescription
Int64

EstimatedWork

public long EstimatedWork { get; set; }

The amount of work estimated.

Property Value
TypeDescription
Int64