AzureBlobFSLocation interface

The location of azure blobFS dataset.

Extends

Properties

fileSystem

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

type

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

Inherited 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)

Property Details

fileSystem

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

fileSystem?: any

Property Value

any

type

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

type: "AzureBlobFSLocation"

Property Value

"AzureBlobFSLocation"

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