Dataflow v1beta3 API - Class ExecutionStageState (2.0.0-beta06)

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

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

A message describing the state of a particular execution stage.

Inheritance

object > ExecutionStageState

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

ExecutionStageState()

public ExecutionStageState()

ExecutionStageState(ExecutionStageState)

public ExecutionStageState(ExecutionStageState other)
Parameter
NameDescription
otherExecutionStageState

Properties

CurrentStateTime

public Timestamp CurrentStateTime { get; set; }

The time at which the stage transitioned to this state.

Property Value
TypeDescription
Timestamp

ExecutionStageName

public string ExecutionStageName { get; set; }

The name of the execution stage.

Property Value
TypeDescription
string

ExecutionStageState_

public JobState ExecutionStageState_ { get; set; }

Executions stage states allow the same set of values as JobState.

Property Value
TypeDescription
JobState