HdfsLocation interface
The location of HDFS.
- Extends
Properties
type | Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
file |
Specify the file name of dataset. Type: string (or Expression with resultType string). |
folder |
Specify the folder path of dataset. Type: string (or Expression with resultType string) |
Property Details
type
Polymorphic discriminator, which specifies the different types this object can be
type: "HdfsLocation"
Property Value
"HdfsLocation"
Inherited Property Details
fileName
Specify the file name of dataset. Type: string (or Expression with resultType string).
fileName?: any
Property Value
any
Inherited From DatasetLocation.fileName
folderPath
Specify the folder path of dataset. Type: string (or Expression with resultType string)
folderPath?: any
Property Value
any
Inherited From DatasetLocation.folderPath