Skip to main content

Crate opendal_service_azure_common

Crate opendal_service_azure_common 

Source
Expand description

Azure Storage helpers.

This module provides utilities and shared abstractions for services built on Azure Storage, such as Azure Blob Storage (services-azblob) or Azure Data Lake Storage (services-azdls).

Structs§

AzureStorageConfig
Configuration parsed from Azure storage connection string.

Enums§

AzureStorageService
The service that a connection string refers to. The type influences interpretation of endpoint-related fields during parsing.

Functions§

azure_account_name_from_endpoint
Try to extract the storage account name from an Azure endpoint.
azure_config_from_connection_string
Parses an Azure connection string into a configuration object.
with_azure_error_response_context
Add response context to error.