public sealed class Progress : IMessage<Progress>, IEquatable<Progress>, IDeepCloneable<Progress>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Datastore v1 API class Progress.
Measures the progress of a particular metric.
Namespace
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 |
long |
|
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 |
long |
|