DatasetLocation interface
Dataset location.
Properties
| additional |
Additional 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) |
| type | The discriminator possible values: AzureBlobStorageLocation, AzureBlobFSLocation, AzureDataLakeStoreLocation, AmazonS3Location, FileServerLocation, AzureFileStorageLocation, AmazonS3CompatibleLocation, OracleCloudStorageLocation, GoogleCloudStorageLocation, FtpServerLocation, SftpLocation, HttpServerLocation, HdfsLocation, LakeHouseLocation |
Property Details
additionalProperties
Additional properties
additionalProperties?: Record<string, any>
Property Value
Record<string, any>
fileName
Specify the file name of dataset. Type: string (or Expression with resultType string).
fileName?: any
Property Value
any
folderPath
Specify the folder path of dataset. Type: string (or Expression with resultType string)
folderPath?: any
Property Value
any
type
The discriminator possible values: AzureBlobStorageLocation, AzureBlobFSLocation, AzureDataLakeStoreLocation, AmazonS3Location, FileServerLocation, AzureFileStorageLocation, AmazonS3CompatibleLocation, OracleCloudStorageLocation, GoogleCloudStorageLocation, FtpServerLocation, SftpLocation, HttpServerLocation, HdfsLocation, LakeHouseLocation
type: string
Property Value
string