Click or drag to resize

TaskConstants.AccumulatorTaskKeyComparerSettingKey Field

The name of the setting in StageSettings that specifies the IEqualityComparer<T> to use for the AccumulatorTask<TKey, TValue>. The value of the setting is a String that specifies the assembly-qualified type name of the comparer. The default value is null, indicating the Default will be used.

Namespace:  Ookii.Jumbo.Jet.Tasks
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public const string AccumulatorTaskKeyComparerSettingKey = "AccumulatorTask.KeyComparer"

Field Value

Type: String
See Also