Click or drag to resize

MultiRecordWriterT Constructor

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public MultiRecordWriter(
	IEnumerable<RecordWriter<T>> writers,
	IPartitioner<T> partitioner
)

Parameters

writers
Type: System.Collections.GenericIEnumerableRecordWriterT
The writers to write the values to.
partitioner
Type: Ookii.Jumbo.IOIPartitionerT
The partitioner used to decide which writer to use for each value.
See Also