| MultiInputRecordReaderTCurrentInputCount Property |
Gets the current number of inputs that have been added to the
MultiInputRecordReaderT for the currently active set of partitions.
Namespace:
Ookii.Jumbo.IO
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public int CurrentInputCount { get; }
Public ReadOnly Property CurrentInputCount As Integer
Get
public:
virtual property int CurrentInputCount {
int get () sealed;
}
abstract CurrentInputCount : int with get
override CurrentInputCount : int with get
Property Value
Type:
Int32Implements
IMultiInputRecordReaderCurrentInputCountSee Also