Package version:

Interface AzureBlobFSLocation

The location of azure blobFS dataset.

interface AzureBlobFSLocation {
    fileName?: any;
    fileSystem?: any;
    folderPath?: any;
    type: "AzureBlobFSLocation";
}

Hierarchy (view full)

Properties

fileName?: any

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

fileSystem?: any

Specify the fileSystem of azure blobFS. Type: string (or Expression with resultType string).

folderPath?: any

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