 | FileInputMaximumSplitSize Property |
Gets or sets the maximum split size used to divide this input over multiple tasks.
Namespace: Ookii.Jumbo.Jet.Jobs.BuilderAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic 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
Int32
The maximum split size. The default value is
MaxValue.
See Also