| PipelineOutputChannelCreateRecordWriterT Method |
Creates a record writer for the channel.
Namespace:
Ookii.Jumbo.Jet.Channels
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax public RecordWriter<T> CreateRecordWriter<T>()
Public Function CreateRecordWriter(Of T) As RecordWriter(Of T)
public:
generic<typename T>
virtual RecordWriter<T>^ CreateRecordWriter() sealed
abstract CreateRecordWriter : unit -> RecordWriter<'T>
override CreateRecordWriter : unit -> RecordWriter<'T>
Type Parameters
- T
- The type of record.
Return Value
Type:
RecordWriterTA record writer for the channel.
Implements
IOutputChannelCreateRecordWriterTSee Also