Click or drag to resize

TaskConstantsSortTaskUseParallelSortSettingKey Field

The name of the setting in the StageSettings or JobSettings that specifies whether to use parallel sorting in the SortTaskT. The type of the setting is Boolean. The default value is . Stage settings take precedence over job settings.

Namespace:  Ookii.Jumbo.Jet.Tasks
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public const string SortTaskUseParallelSortSettingKey = "SortTask.UseParallelSort"

Field Value

Type: String
See Also