Click or drag to resize

InputStageInfo Constructor

Initializes a new instance of the InputStageInfo class.

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public InputStageInfo(
	StageConfiguration inputStage
)

Parameters

inputStage
Type: Ookii.Jumbo.Jet.JobsStageConfiguration
The stage configuration of the input stage.
See Also