I need to download 1000 small images from my Azure Blob Storage. I don't want to make a separate request for each file. How to do this in c#?
Right now I am using Azure.Storage.Blobs and Azure.Storage.Blobs.Batch but neither of them have this API. The latter one has only DeleteBlobs call at the moment of posting this question.