Click or drag to resize

JobConfigurationGetDependencyOrderedStages Method

Gets the top-level stages of the task in dependency order (if stage B depends on the output of stage A, then B will come after A in the order).

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public IEnumerable<StageConfiguration> GetDependencyOrderedStages()

Return Value

Type: IEnumerableStageConfiguration
The ordered list of stages.
See Also