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: 2.0.0
Syntax
public const string PurgeMemorySettingKey = "MergeRecordReader.PurgeMemory"

Field Value

Type: String
See Also