MergeRecordReaderConstants Fields | 
The MergeRecordReaderConstants type exposes the following members.
| Name | Description | |
|---|---|---|
| ComparerSetting | 
            The name of the setting in StageSettings that specifies the IComparerT
            to use. If this setting is not specified, Default will be used.
              | |
| MaxFileInputsSetting | 
            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.
              | |
| MemoryStorageTriggerLevelSetting | 
            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.
              | |
| PurgeMemorySettingKey | 
            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.
              |