public sealed class Progress : IMessage<Progress>, IEquatable<Progress>, IDeepCloneable<Progress>, IBufferMessage, IMessage
Measures the progress of a particular metric.
Implements
IMessage<Progress>, IEquatable<Progress>, IDeepCloneable<Progress>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastore.Admin.V1Assembly
Google.Cloud.Datastore.Admin.V1.dll
Constructors
Progress()
public Progress()
Progress(Progress)
public Progress(Progress other)
Parameter | |
---|---|
Name | Description |
other | Progress |
Properties
WorkCompleted
public long WorkCompleted { get; set; }
The amount of work that has been completed. Note that this may be greater than work_estimated.
Property Value | |
---|---|
Type | Description |
Int64 |
WorkEstimated
public long WorkEstimated { get; set; }
An estimate of how much work needs to be performed. May be zero if the work estimate is unavailable.
Property Value | |
---|---|
Type | Description |
Int64 |