Class ProgressTimeseries
Information about the progress of some component of job execution.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class ProgressTimeseries : IDirectResponseSchema
Properties
CurrentProgress
The current progress of the component, in the range [0,1].
Declaration
[JsonProperty("currentProgress")]
public virtual double? CurrentProgress { get; set; }
Property Value
Type | Description |
---|---|
double? |
DataPoints
History of progress for the component. Points are sorted by time.
Declaration
[JsonProperty("dataPoints")]
public virtual IList<Point> DataPoints { get; set; }
Property Value
Type | Description |
---|---|
IList<Point> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |