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.
Implements
IMessageExecutionStageState, IEquatableExecutionStageState, IDeepCloneableExecutionStageState, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
ExecutionStageState()
public ExecutionStageState()
ExecutionStageState(ExecutionStageState)
public ExecutionStageState(ExecutionStageState other)
Parameter | |
---|---|
Name | Description |
other |
ExecutionStageState |
Properties
CurrentStateTime
public Timestamp CurrentStateTime { get; set; }
The time at which the stage transitioned to this state.
Property Value | |
---|---|
Type | Description |
Timestamp |
ExecutionStageName
public string ExecutionStageName { get; set; }
The name of the execution stage.
Property Value | |
---|---|
Type | Description |
string |
ExecutionStageState_
public JobState ExecutionStageState_ { get; set; }
Executions stage states allow the same set of values as JobState.
Property Value | |
---|---|
Type | Description |
JobState |