Azure.Storage
Azure.Storage copied to clipboard
A set of helper classes to easily access windows azure storage tables, blobs, and queues.
While working with the library I have come across the following thread: https://stackoverflow.com/questions/36598183/creating-new-instances-of-cloudtableclient-and-cloudtable-per-transaction?answertab=votes#tab-top As per the thread, it is recommended that we should remove `cloudTable.CreateIfNotExists()` call from Table Storage constructor...
As the batching was in a loop (if batch number == 100 execute), it wouldnt batch anything less than 100. So if I had 132 entities, it would only delete...