Click or drag to resize

IInputChannelCreateRecordReader Method

Creates a RecordReaderT from which the channel can read its input.

Namespace: Ookii.Jumbo.Jet.Channels
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
IRecordReader CreateRecordReader()

Return Value

IRecordReader
A RecordReaderT for the channel.
Remarks
If the task has more than one input, the record reader will combine all inputs, usually by serializing them.
See Also