public sealed class ProgressTimeseries : IMessage<ProgressTimeseries>, IEquatable<ProgressTimeseries>, IDeepCloneable<ProgressTimeseries>, IBufferMessage, IMessage
Information about the progress of some component of job execution.
Implements
IMessage<ProgressTimeseries>, IEquatable<ProgressTimeseries>, IDeepCloneable<ProgressTimeseries>, 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 |
RepeatedField<ProgressTimeseries.Types.Point> |