Class JobExecutionInfo
Additional information about how a Cloud Dataflow job will be executed that isn't contained in the submitted job.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class JobExecutionInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Stages
A mapping from each stage to the information about that stage.
Declaration
[JsonProperty("stages")]
public virtual IDictionary<string, JobExecutionStageInfo> Stages { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, JobExecutionStageInfo> |