DatasetLocation interface

Dataset location.

Properties

fileName

Specify the file name of dataset. Type: string (or Expression with resultType string).

folderPath

Specify the folder path of dataset. Type: string (or Expression with resultType string)

type

Polymorphic discriminator, which specifies the different types this object can be

Property Details

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

Polymorphic discriminator, which specifies the different types this object can be

type: "AmazonS3CompatibleLocation" | "AmazonS3Location" | "AzureBlobFSLocation" | "AzureBlobStorageLocation" | "AzureDataLakeStoreLocation" | "AzureFileStorageLocation" | "FileServerLocation" | "OracleCloudStorageLocation" | "GoogleCloudStorageLocation" | "FtpServerLocation" | "SftpLocation" | "HttpServerLocation" | "HdfsLocation" | "LakeHouseLocation"

Property Value

"AmazonS3CompatibleLocation" | "AmazonS3Location" | "AzureBlobFSLocation" | "AzureBlobStorageLocation" | "AzureDataLakeStoreLocation" | "AzureFileStorageLocation" | "FileServerLocation" | "OracleCloudStorageLocation" | "GoogleCloudStorageLocation" | "FtpServerLocation" | "SftpLocation" | "HttpServerLocation" | "HdfsLocation" | "LakeHouseLocation"