Azure Storage Explorer allows you to publish folder statistics.

What we want to achieve is to calculate the total capacity in bytes of all the blobs in the folder (not actually the structure of the folder).
You can accumulate the size by repeating the list with listBlobFlat, but
In this way, in the case of many blobs, it is expected that the load will be severe.
It asks if there is an api or sdk function to get the capacity of the folder through prefix. I am requesting this because I think that the function in the storage explorer is not likely to be handled as a simple iteration, and the function is attached internally.

and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.