AzureBlobStorageLocation Class
The location of azure blob dataset.
Constructor
AzureBlobStorageLocation(*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). |
|
container
|
Specify the container of azure blob. Type: string (or Expression with resultType string). |
|
type
|
Type of dataset storage location. Required. Default value is "AzureBlobStorageLocation". |
Attributes
container
string (or Expression with resultType string).
container: Any | None
type
Type of dataset storage location. Required. Default value is "AzureBlobStorageLocation".
type: Literal['AzureBlobStorageLocation']