I'm using Azure Blob storage .Net client library v11.
My azure blob container has more than 20 million files. Listing blob and getting size of each blob is too much time consuming operation.
Looking for method to directly get the size of blob container.