  | IMultiInputRecordReaderPartitionNumbers Property  | 
 
            Gets all partitions currently assigned to this reader.
            
 
    Namespace: 
   Ookii.Jumbo.IO
    Assembly:
   Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
SyntaxIList<int> PartitionNumbers { get; }ReadOnly Property PartitionNumbers As IList(Of Integer)
	Get
property IList<int>^ PartitionNumbers {
	IList<int>^ get ();
}abstract PartitionNumbers : IList<int> with get
Property Value
Type: 
IListInt32
See Also