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.
Implements
IMessageProgressTimeseries, IEquatableProgressTimeseries, IDeepCloneableProgressTimeseries, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
ProgressTimeseries()
public ProgressTimeseries()
ProgressTimeseries(ProgressTimeseries)
public ProgressTimeseries(ProgressTimeseries other)
Parameter | |
---|---|
Name | Description |
other |
ProgressTimeseries |
Properties
CurrentProgress
public double CurrentProgress { get; set; }
The current progress of the component, in the range [0,1].
Property Value | |
---|---|
Type | Description |
double |
DataPoints
public RepeatedField<ProgressTimeseries.Types.Point> DataPoints { get; }
History of progress for the component.
Points are sorted by time.
Property Value | |
---|---|
Type | Description |
RepeatedFieldProgressTimeseriesTypesPoint |