Class ExecutionStageState (1.0.0-beta03)

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

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