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