| FileInputMaximumSplitSize Property |
Gets or sets the maximum 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 MaximumSplitSize { get; set; }
Public Property MaximumSplitSize As Integer
Get
Set
public:
property int MaximumSplitSize {
int get ();
void set (int value);
}
member MaximumSplitSize : int with get, set
Property Value
Type:
Int32
The maximum split size. The default value is
MaxValue.
See Also