Click or drag to resize

StageConfigurationDataInputType Property

Gets or sets the Type of the IDataInput used by this stage.

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

Property Value

Type: TypeReference
The type of the input, or if the stage has no input or channel input.
Remarks
Note Note
Don't set this property manually while constructing a job. Instead, use the AddDataInputStage(String, IDataInput, Type) method.
See Also