 | FileDataInputInputPathSettingKey Field |
The key of the setting in the stage settings that holds the input path.
Namespace: Ookii.Jumbo.Jet.IOAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic 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
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