Click or drag to resize

FileDataInputInputPathSettingKey Field

The key of the setting in the stage settings that holds the input path.

Namespace:  Ookii.Jumbo.Jet.IO
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public const string InputPathSettingKey = "FileDataInput.InputPath"

Field Value

Type: String
Remarks

The input path setting is informational only; it is not used by the FileDataInput class. Changing this setting does not affect the job.

This setting will only be set if the FileDataInput was created from a single file or directory.

See Also