Click or drag to resize

MultiInputRecordReaderTPartitionNumbers Property

Gets the partition numbers assigned to this reader.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public IList<int> PartitionNumbers { get; }

Property Value

Type: IListInt32
The partition numbers assigned to this reader.

Implements

IMultiInputRecordReaderPartitionNumbers
See Also