Dataflow v1beta3 API - Class StageSummary (2.0.0-beta06)

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

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

Information about a particular execution stage of a job.

Inheritance

object > StageSummary

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

StageSummary()

public StageSummary()

StageSummary(StageSummary)

public StageSummary(StageSummary other)
Parameter
NameDescription
otherStageSummary

Properties

EndTime

public Timestamp EndTime { get; set; }

End time of this stage.

If the work item is completed, this is the actual end time of the stage. Otherwise, it is the predicted end time.

Property Value
TypeDescription
Timestamp

Metrics

public RepeatedField<MetricUpdate> Metrics { get; }

Metrics for this stage.

Property Value
TypeDescription
RepeatedFieldMetricUpdate

Progress

public ProgressTimeseries Progress { get; set; }

Progress for this stage. Only applicable to Batch jobs.

Property Value
TypeDescription
ProgressTimeseries

StageId

public string StageId { get; set; }

ID of this stage

Property Value
TypeDescription
string

StartTime

public Timestamp StartTime { get; set; }

Start time of this stage.

Property Value
TypeDescription
Timestamp

State

public ExecutionState State { get; set; }

State of this stage.

Property Value
TypeDescription
ExecutionState