Click or drag to resize

MergeRecordReaderConstantsPurgeMemorySettingKey Field

The name of the setting in the JobSettings or StageSettings that specifies whether all in-memory inputs must be merged and purged to disk before the final pass. The value of this setting must be of type Boolean. The default value is the value of PurgeMemoryBeforeFinalPass.

Namespace: Ookii.Jumbo.Jet
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public const string PurgeMemorySettingKey = "MergeRecordReader.PurgeMemory"

Field Value

String
See Also