Click or drag to resize

StageConfigurationDataOutputType Property

Gets or sets the Type of the IDataOutput 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 DataOutputType { get; set; }

Property Value

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