| 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; }
Public ReadOnly Property Partitioner As IPartitioner(Of T)
Get
public:
virtual property IPartitioner<T>^ Partitioner {
IPartitioner<T>^ get () sealed;
}
abstract Partitioner : IPartitioner<'T> with get
override Partitioner : IPartitioner<'T> with get
Property Value
Type:
IPartitionerTThe partitioner.
Implements
IMultiRecordWriterTPartitionerSee Also