Click or drag to resize

MergeRecordReaderConstantsMaxFileInputsSetting Field

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.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public const string MaxFileInputsSetting = "MergeRecordReader.MaxFileInputs"

Field Value

Type: String
See Also