| TaskExecutionUtilityInputPartitionsFinished Property |
Gets or sets the number of input partitions that have finished.
Namespace:
Ookii.Jumbo.Jet
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax protected int InputPartitionsFinished { get; set; }
Protected Property InputPartitionsFinished As Integer
Get
Set
protected:
property int InputPartitionsFinished {
int get ();
void set (int value);
}
member InputPartitionsFinished : int with get, set
Property Value
Type:
Int32The number of input partitions that have finished.
See Also