Click or drag to resize

IMultiRecordWriter<T>.Partitioner Property

Gets the partitioner.

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

Property Value

Type: IPartitioner<T>
The partitioner.
See Also