Class ExecutionStageSummary
Description of the composing transforms, names/ids, and input/outputs of a stage of execution. Some composing transforms and sources may have been generated by the Dataflow service during execution planning.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class ExecutionStageSummary : IDirectResponseSchema
Properties
ComponentSource
Collections produced and consumed by component transforms of this stage.
Declaration
[JsonProperty("componentSource")]
public virtual IList<ComponentSource> ComponentSource { get; set; }
Property Value
Type | Description |
---|---|
IList<ComponentSource> |
ComponentTransform
Transforms that comprise this execution stage.
Declaration
[JsonProperty("componentTransform")]
public virtual IList<ComponentTransform> ComponentTransform { get; set; }
Property Value
Type | Description |
---|---|
IList<ComponentTransform> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Dataflow service generated id for this stage.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
InputSource
Input sources for this stage.
Declaration
[JsonProperty("inputSource")]
public virtual IList<StageSource> InputSource { get; set; }
Property Value
Type | Description |
---|---|
IList<StageSource> |
Kind
Type of transform this stage is executing.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Dataflow service generated name for this stage.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
OutputSource
Output sources for this stage.
Declaration
[JsonProperty("outputSource")]
public virtual IList<StageSource> OutputSource { get; set; }
Property Value
Type | Description |
---|---|
IList<StageSource> |
PrerequisiteStage
Other stages that must complete before this stage can run.
Declaration
[JsonProperty("prerequisiteStage")]
public virtual IList<string> PrerequisiteStage { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |