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.
Implements
IMessage<Progress>, IEquatable<Progress>, IDeepCloneable<Progress>, IBufferMessage, IMessageNamespace
Google.Cloud.Firestore.Admin.V1Assembly
Google.Cloud.Firestore.Admin.V1.dll
Constructors
Progress()
public Progress()
Progress(Progress)
public Progress(Progress other)
Parameter | |
---|---|
Name | Description |
other | Progress |
Properties
CompletedWork
public long CompletedWork { get; set; }
The amount of work completed.
Property Value | |
---|---|
Type | Description |
Int64 |
EstimatedWork
public long EstimatedWork { get; set; }
The amount of work estimated.
Property Value | |
---|---|
Type | Description |
Int64 |