Click or drag to resize

StageConfigurationMultiInputRecordReaderType Property

Gets or sets the type of multi record reader to use when there are multiple channels with this stage as output stage.

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

Property Value

Type: TypeReference
Remarks

Whereas the MultiInputRecordReaderType property of the ChannelConfiguration class is used to specify the multi input record reader to use to combine the output of all the tasks in the channel's input stage, this property is used to indicate how the output of the input stages of this stage should be combined, if there is more than one.

See Also