Click or drag to resize

FileChannelConfigurationElementSpillSortMinSpillsForCombineDuringMerge Property

Gets or sets the minimum number of spills needed for the SortSpillRecordWriterT for the a file output channel using SortSpill to run the combiner (if there is one) during the merge phase.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public int SpillSortMinSpillsForCombineDuringMerge { get; set; }

Property Value

Type: Int32
The minimum number of spills needed for the combiner to run during the merge phase. The default value is 3.
See Also