fsprojects / AzureStorageTypeProvider

An F# Azure Type Provider which can be used to explore Blob, Table and Queue Azure Storage assets and easily apply CRUD operations on them.
http://fsprojects.github.io/AzureStorageTypeProvider/
The Unlicense
84 stars 34 forks source link

Delete an entire partition #19

Closed isaacabraham closed 8 years ago

isaacabraham commented 8 years ago

There's not a massive amount of work to be done on this - it would essentially just be a wrapper around a query to retrieve all rows in a partition and then delete them. Potentially performance gains to be had by only retrieving the RowKey property back (rather than the entire row).