You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See [MSLearn](https://learn.microsoft.com/en-us/azure/cosmos-db/priority-based-execution) for further details.
250
+
See [MSLearn](https://learn.microsoft.com/en-us/azure/cosmos-db/priority-based-execution) for more details.
251
+
252
+
### Delete resources by partition key
253
+
254
+
Thepreviewversionofthelibraryextendsthe `ICosmosWriter` and `ILowPriorityCosmosWriter` withandadditionalmethod `DeletePartitionAsync` todeleteallresourcesinacontainerbasedonapartitionkey. ThedeletionwillbeexecutedinaCosmosDBbackgroundserviceusingapercentageoftheRU's available. The effect are available immediatly as all resources in the partition will not be available through reads or queries.
255
+
256
+
Inordertousethisnewmethodthe"Delete All Items By Partition Key"featureneedstobeenabledontheCosmosDBaccount.
0 commit comments