Dataflow v1beta3 API - Class ProgressTimeseries (2.0.0-beta06)

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

Reference documentation and code samples for the Dataflow v1beta3 API class ProgressTimeseries.

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
RepeatedFieldProgressTimeseriesTypesPoint