| 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"
Public Const InputPathSettingKey As String = "FileDataInput.InputPath"
public:
literal String^ InputPathSettingKey = "FileDataInput.InputPath"
static val mutable InputPathSettingKey: string
Field Value
Type:
StringRemarks
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