Click or drag to resize

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; }

Property Value

Type: Int32
The current partition.

Implements

IMultiInputRecordReaderCurrentPartition
See Also