Package version:

Interface DatasetLocation

Dataset location.

Hierarchy

Indexable

[property: string]: any

Properties

fileName?: any

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

folderPath?: any

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

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

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

Generated using TypeDoc