Crate azure_storage

Source
Expand description

§azure_storage

Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. In the future we may release an official version that may have a different package name. If releasing an official version of this crate is important to you let us know.

Source for this crate can now be found in https://github.com/Azure/azure-sdk-for-rust/tree/legacy. To monitor for an official, supported version of this crate, see https://aka.ms/azsdk/releases.

Storage types and traits for the Rust Azure SDK.

This crate is part of the unofficial Azure SDK effort in Rust. For more information on the project, and an overview of other crates, please refer to our GitHub repository.

Please use these crates for additional functionality:

License: MIT

Modules§

clients
headers
parsing_xml
prelude
shared_access_signature

Macros§

response_from_headers
create a “response” struct of a certain name, containing certain headers.

Structs§

ConnectionString
A storage connection string.
ConnectionStringBuilder
ConsistencyCRC64
ConsistencyMD5
CopyId
CopyProgress
Error
An error encountered from interfacing with Azure
IPRange
StorageCredentials
Credentials for accessing a storage account.
StoredAccessPolicy
StoredAccessPolicyList

Enums§

CloudLocation
The cloud with which you want to interact.
EndpointProtocol
ErrorKind
The kind of error
StorageCredentialsInner

Constants§

EMULATOR_ACCOUNT
The well-known account used by Azurite and the legacy Azure Storage Emulator. https://docs.microsoft.com/azure/storage/common/storage-use-azurite#well-known-storage-account-and-key
EMULATOR_ACCOUNT_KEY
The well-known account key used by Azurite and the legacy Azure Storage Emulator. https://docs.microsoft.com/azure/storage/common/storage-use-azurite#well-known-storage-account-and-key

Traits§

ResultExt
An extension to the Result type that easy allows creating Error values from existing errors

Functions§

copy_id_from_headers