Is there a way to get the total size of the blobs in a storage account blobs container without iterating over them and summing up the length?
Preferably from the Java API or CLI.
We are required to get the up to date size on a regular basis and will have a large amount of blobs in the container, and we will have a lot of containers, therefore its not feasible to iterate over the blobs every time to get the sizes.
bc
command seams cannot be used. – Ivan Yang