Class ExecutionStageState
A message describing the state of a particular execution stage.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class ExecutionStageState : IDirectResponseSchema
Properties
CurrentStateTime
object representation of CurrentStateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CurrentStateTimeDateTimeOffset instead.")]
public virtual object CurrentStateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CurrentStateTimeDateTimeOffset
DateTimeOffset representation of CurrentStateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CurrentStateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CurrentStateTimeRaw
The time at which the stage transitioned to this state.
Declaration
[JsonProperty("currentStateTime")]
public virtual string CurrentStateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExecutionStageName
The name of the execution stage.
Declaration
[JsonProperty("executionStageName")]
public virtual string ExecutionStageName { get; set; }
Property Value
Type | Description |
---|---|
string |
ExecutionStageStateValue
Executions stage states allow the same set of values as JobState.
Declaration
[JsonProperty("executionStageState")]
public virtual string ExecutionStageStateValue { get; set; }
Property Value
Type | Description |
---|---|
string |