| MultiPartitionRecordReaderTCurrentPartition Property |
Gets the partition of the current record.
Namespace:
Ookii.Jumbo.Jet
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax public int CurrentPartition { get; }
Public ReadOnly Property CurrentPartition As Integer
Get
public:
property int CurrentPartition {
int get ();
}
member CurrentPartition : int with get
Property Value
Type:
Int32The current partition.
See Also