Click or drag to resize

StageConfigurationDataInput Property

Gets or sets the input for this stage.

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public IDataInput DataInput { get; set; }

Property Value

Type: IDataInput
The input for the stage, or if the stage has no input or channel input, or the job configuration was loaded from XML.
Remarks
Note Note
This value is not saved in the job configuration, and will not be available after loading a job configuration. Instead, the type of this property will be saved in DataInputType.
Note Note
Don't set this property manually while constructing a job. Instead, use the AddDataInputStage(String, IDataInput, Type) method.
See Also