  | 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.JetAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic int SpillSortMinSpillsForCombineDuringMerge { get; set; }Public Property SpillSortMinSpillsForCombineDuringMerge As Integer
	Get
	Set
public:
property int SpillSortMinSpillsForCombineDuringMerge {
	int get ();
	void set (int value);
}member SpillSortMinSpillsForCombineDuringMerge : int with get, set
Property Value
Int32
            The minimum number of spills needed for the combiner to run during the merge phase. The default value is 3.
            
See Also