Click or drag to resize

JumboSettingsFileChannelStage Class

Provides constants for the keys of settings used by the FileOutputChannel that can appear only in the stage settings.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.JetJumboSettingsFileChannelStage

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public static class Stage

The JumboSettingsFileChannelStage type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberSpillSortCombinerType
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.
Public fieldStatic memberSpillSortComparerType
Top
Remarks

These settings are read by the FileOutputChannel and FileInputChannel using the GetSetting(String, String) method, so if these settings appear in the job settings they are ignored.

See Also