| IMultiRecordWriterTPartitioner Property |
Gets the partitioner.
Namespace:
Ookii.Jumbo.IO
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax IPartitioner<T> Partitioner { get; }
ReadOnly Property Partitioner As IPartitioner(Of T)
Get
property IPartitioner<T>^ Partitioner {
IPartitioner<T>^ get ();
}
abstract Partitioner : IPartitioner<'T> with get
Property Value
Type:
IPartitionerTThe partitioner.
See Also