I'm creating a .net wrapper service for my application that utilizes Azure Blob Storage as a file store. My application creates a new CloudBlobContainer
for each "account" on my system. Each account is limited to a maximum amount of storage.
What is the simplest and most efficient way to query the current size (space utilization) of an Azure CloudBlobContainer`?