Class ProgressTimeseries (1.0.0-beta03)

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

Information about the progress of some component of job execution.

Inheritance

Object > ProgressTimeseries

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

ProgressTimeseries()

public ProgressTimeseries()

ProgressTimeseries(ProgressTimeseries)

public ProgressTimeseries(ProgressTimeseries other)
Parameter
NameDescription
otherProgressTimeseries

Properties

CurrentProgress

public double CurrentProgress { get; set; }

The current progress of the component, in the range [0,1].

Property Value
TypeDescription
Double

DataPoints

public RepeatedField<ProgressTimeseries.Types.Point> DataPoints { get; }

History of progress for the component.

Points are sorted by time.

Property Value
TypeDescription
RepeatedField<ProgressTimeseries.Types.Point>