Expand description
§Apache OpenDAL™ Azure Common
opendal-service-azure-common provides shared Azure Storage configuration,
authentication, request, and response helpers for Apache OpenDAL™ service
implementations.
This crate is an implementation building block rather than a standalone storage
service. Applications should normally use one of the public Azure services
through the opendal facade:
services-azblobfor Azure Blob Storage;services-azdlsfor Azure Data Lake Storage Gen2;services-azfilefor Azure Files.
Service implementers can depend on this crate directly when they need the same Azure connection-string and authentication behavior.
§Documentation
§License
Licensed under the Apache License, Version 2.0.
Structs§
- Azure
Storage Config - Configuration parsed from Azure storage connection string.
Enums§
- Azure
Storage Service - 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.