| 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; }
Public ReadOnly Property PartitionNumbers As IList(Of Integer)
Get
public:
virtual property IList<int>^ PartitionNumbers {
IList<int>^ get () sealed;
}
abstract PartitionNumbers : IList<int> with get
override PartitionNumbers : IList<int> with get
Property Value
Type:
IListInt32The partition numbers assigned to this reader.
Implements
IMultiInputRecordReaderPartitionNumbersSee Also