Class JobExecutionStageInfo
Contains information about how a particular google.dataflow.v1beta3.Step will be executed.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class JobExecutionStageInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
StepName
The steps associated with the execution stage. Note that stages may have several steps, and that a given step might be run by more than one stage.
Declaration
[JsonProperty("stepName")]
public virtual IList<string> StepName { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |