ExecutionStageSummary class

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.

Constructors

ExecutionStageSummary({List<ComponentSource>? componentSource, List<ComponentTransform>? componentTransform, String? id, List<StageSource>? inputSource, String? kind, String? name, List<StageSource>? outputSource, List<String>? prerequisiteStage})
ExecutionStageSummary.fromJson(Map _json)

Properties

componentSource List<ComponentSource>?
Collections produced and consumed by component transforms of this stage.
getter/setter pair
componentTransform List<ComponentTransform>?
Transforms that comprise this execution stage.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
Dataflow service generated id for this stage.
getter/setter pair
inputSource List<StageSource>?
Input sources for this stage.
getter/setter pair
kind String?
Type of transform this stage is executing. Possible string values are:
getter/setter pair
name String?
Dataflow service generated name for this stage.
getter/setter pair
outputSource List<StageSource>?
Output sources for this stage.
getter/setter pair
prerequisiteStage List<String>?
Other stages that must complete before this stage can run.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited