I work with Block Blobs in Azure Storage. I need to get unblocked blocks, as far as I found, I need to call "Get a list of blocks". Here is the problem.
Is there a Get List of Blocks feature in C # (Microsoft.WindowsAzure.StorageClient.dll)?
MSDN is only talking about making an HTTP request, not about the StorageClient API.
If this function does not exist in C #, are there any plans to include it in the C # API?
source
share