Click or drag to resize

StageConfigurationDependentStages Property

Gets the IDs of stages that have a dependency on this stage that is not represented by a channel.

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public Collection<string> DependentStages { get; }

Property Value

Type: CollectionString
The IDs of the dependent stages.
Remarks

In some cases, a stage may depend on the work done by another stage in a way that cannot be represented by a channel. For example, if the stage requires DFS output that was produced by that stage, it must not be scheduled before that stage finishes even though there is no channel between them.

See Also