Module azure

Source
Expand description

An Azure Blob Storage implementation of Blob storage.

Structs§

AzureBlob
Implementation of Blob backed by Azure Blob Storage.
AzureBlobConfig
Configuration for opening an AzureBlob.

Enums§

PreSizedBuffer 🔒
If possible we’ll pre-allocate a chunk of memory in lgalloc and write into that as we read bytes off the network.