Show / Hide Table of Contents

Class ProgressTimeseries

Information about the progress of some component of job execution.

Inheritance
object
ProgressTimeseries
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX