Click or drag to resize

MergeRecordReaderConstants Class

Contains constants for use by MergeRecordReaderT.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.JetMergeRecordReaderConstants

Namespace: Ookii.Jumbo.Jet
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static class MergeRecordReaderConstants

The MergeRecordReaderConstants type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberComparerSetting The name of the setting in StageSettings that specifies the IComparerT to use. If this setting is not specified, Default will be used.
Public fieldStatic memberMaxFileInputsSetting The name of the setting in the job or stage settings that specifies the maximum number of files to merge in one pass. This setting must be a Int32 that is greater than or equal to 2. If this setting is not specified, the value of the MaxFileInputs setting is used.
Public fieldStatic memberMemoryStorageTriggerLevelSetting The name of the setting in the StageSettings or JobSettings that specifies the usage level of the channel's memory storage that will trigger a merge pass. This setting must be a Single between 0 and 1. If it isn't specified, the value of the MemoryStorageTriggerLevel property will be used.
Public fieldStatic memberPurgeMemorySettingKey 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.
Top
See Also