Click or drag to resize

JumboSettingsFileChannelStageSpillSortCombinerType Field

The key to use in the stage settings to specify the type of a combiner to use when the output type is SortSpill. It's ignored for other output types. The setting should be an assembly-qualified type name of a type implementing ITaskTInput, TOutput.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public const string SpillSortCombinerType = "FileOutputChannel.SpillSortCombiner"

Field Value

Type: String
See Also