| FileInputMinimumSplitSize Property |
Gets or sets the minimum split size used to divide this input over multiple tasks.
Namespace:
Ookii.Jumbo.Jet.Jobs.Builder
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax public int MinimumSplitSize { get; set; }
Public Property MinimumSplitSize As Integer
Get
Set
public:
property int MinimumSplitSize {
int get ();
void set (int value);
}
member MinimumSplitSize : int with get, set
Property Value
Type:
Int32
The minimum split size. The default value is 1.
See Also