Click or drag to resize

StageConfigurationDataOutput Property

Gets or sets the data output for this stage.

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

Property Value

Type: IDataOutput
The output for the stage, or if the stage has no output or channel output, 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.
See Also