Pseudocode for Blob Listing/Counting Algorithm
Blob Storage Provides 2 APIs that are needed for this effort.
- For the Azure Storage account, you can list all the storage containers that it includes more info
- For any Azure Storage container, you can list all the blobs in the container more info
- The key for this api is the “prefix” and “delimiter” parameters, these allow you to break up a single list of all the objects in the container into logical folders and process each folder independently.