Click or drag to resize

MultiRecordWriterTPartitioner Property

Gets the partitioner.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public IPartitioner<T> Partitioner { get; }

Property Value

Type: IPartitionerT
The partitioner.

Implements

IMultiRecordWriterTPartitioner
See Also