public sealed class Progress : IMessage<Progress>, IEquatable<Progress>, IDeepCloneable<Progress>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class Progress.
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.
Namespace
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 |
long |
EstimatedWork
public long EstimatedWork { get; set; }
The amount of work estimated.
Property Value | |
---|---|
Type | Description |
long |