  | IMultiRecordWriterTPartitioner Property | 
            Gets the partitioner.
            
Namespace: Ookii.Jumbo.IOAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
SyntaxIPartitioner<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
IPartitionerTThe partitioner.
See Also