azure-sdk-for-go icon indicating copy to clipboard operation
azure-sdk-for-go copied to clipboard

[Cosmos DB] Add support for deleting all documents by partition key

Open volmedo opened this issue 1 year ago • 13 comments

Feature Request

Cosmos DB Service API supports deleting every document within a logical partition in a single operation (in preview mode).

Adding a DeleteAllItemsByPartitionKey to the Container type would be an extremely useful feature that several use cases and data models could benefit from.

volmedo avatar Nov 14 '22 08:11 volmedo