OracleCloudStorageLocation interface
The location of Oracle Cloud Storage dataset.
- Extends
Properties
bucket |
Specify the bucketName of Oracle Cloud Storage. Type: string (or Expression with resultType string) |
type | Polymorphic discriminator, which specifies the different types this object can be |
version | Specify the version of Oracle Cloud Storage. Type: string (or Expression with resultType string). |
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
bucketName
Specify the bucketName of Oracle Cloud Storage. Type: string (or Expression with resultType string)
bucketName?: any
Property Value
any
type
Polymorphic discriminator, which specifies the different types this object can be
type: "OracleCloudStorageLocation"
Property Value
"OracleCloudStorageLocation"
version
Specify the version of Oracle Cloud Storage. Type: string (or Expression with resultType string).
version?: any
Property Value
any
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