Cloud Datastore v1 API - Class Progress (2.3.0)

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

Reference documentation and code samples for the Cloud Datastore v1 API class Progress.

Measures the progress of a particular metric.

Inheritance

object > Progress

Namespace

Google.Cloud.Datastore.Admin.V1

Assembly

Google.Cloud.Datastore.Admin.V1.dll

Constructors

Progress()

public Progress()

Progress(Progress)

public Progress(Progress other)
Parameter
NameDescription
otherProgress

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
TypeDescription
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
TypeDescription
long