Click or drag to resize

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; }

Property Value

Type: Int32
The maximum split size. The default value is MaxValue.
See Also