AzureBlobFileSystemConfiguration Class
Information used to connect to an Azure Storage Container using Blobfuse.
Constructor
AzureBlobFileSystemConfiguration(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
account_name
|
The Azure Storage Account name. Required. |
|
container_name
|
The Azure Blob Storage Container name. Required. |
|
account_key
|
The Azure Storage Account key. |
|
sas_key
|
The Azure Storage SAS token. |
|
blobfuse_options
|
Additional command line options to pass to the mount command. |
|
relative_mount_path
|
The relative path on the compute node where the file system will be mounted. Required. |
|
identity_reference
|
The reference to the user assigned identity to use to access containerName. |
Attributes
account_key
The Azure Storage Account key.
account_key: str | None
account_name
The Azure Storage Account name. Required.
account_name: str
blobfuse_options
Additional command line options to pass to the mount command.
blobfuse_options: str | None
container_name
The Azure Blob Storage Container name. Required.
container_name: str
identity_reference
The reference to the user assigned identity to use to access containerName.
identity_reference: _models.ComputeNodeIdentityReference | None
relative_mount_path
The relative path on the compute node where the file system will be mounted. Required.
relative_mount_path: str
sas_key
The Azure Storage SAS token.
sas_key: str | None