AzureBlobFSLocation Class
The location of azure blobFS dataset.
Constructor
AzureBlobFSLocation(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
folder_path
|
Specify the folder path of dataset. Type: string (or Expression with resultType string). |
|
file_name
|
Specify the file name of dataset. Type: string (or Expression with resultType string). |
|
file_system
|
Specify the fileSystem of azure blobFS. Type: string (or Expression with resultType string). |
|
type
|
Type of dataset storage location. Required. Default value is "AzureBlobFSLocation". |
Attributes
file_system
string (or Expression with resultType string).
file_system: Any | None
type
Type of dataset storage location. Required. Default value is "AzureBlobFSLocation".
type: Literal['AzureBlobFSLocation']