Azure / azure-sdk-for-rust

This repository is for active development of the *unofficial* Azure SDK for Rust. This repository is *not* supported by the Azure SDK team.
MIT License
696 stars 241 forks source link

Add support for Blob Batch #1068

Open DmitrySamoylov opened 2 years ago

DmitrySamoylov commented 2 years ago

Hi everyone!

I want to bulk delete multiple blobs in a single API call, but it seems to be missing in azure_storage_blobs :thinking:

API: https://docs.microsoft.com/en-us/rest/api/storageservices/blob-batch

bmc-msft commented 2 years ago

For whoever implements this, this is very similar to Transactions in azure_data_tables.

refs:

rylev commented 2 years ago

My question is how we should expose this to end users? Should the user use a "batch" operation, or should we provide separate methods for the two batch operations that are permitted?