| MultiInputRecordReaderTCurrentPartition Property |
Gets or sets the partition that calls to
ReadRecord should return records for.
Namespace:
Ookii.Jumbo.IO
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public int CurrentPartition { get; }
Public ReadOnly Property CurrentPartition As Integer
Get
public:
virtual property int CurrentPartition {
int get () sealed;
}
abstract CurrentPartition : int with get
override CurrentPartition : int with get
Property Value
Type:
Int32The current partition.
Implements
IMultiInputRecordReaderCurrentPartitionSee Also