Azure / azure-cosmosdb-js-server

The JavaScript SDK for server-side programming in Azure Cosmos DB
MIT License
178 stars 153 forks source link

bulkDelete #36

Open pramod-khalkar opened 6 years ago

pramod-khalkar commented 6 years ago

bulk delete with partition key is not working , same query passed to bulk delete returns records in azure query editor.

ikflc commented 5 years ago

I import the data from https://www.ncdc.noaa.gov to a Cosmos DB & test bulk delete by defining a store proc in Cosmos DB. But the execution does not delete any data. I specified the following parms to bulkDeleteSproc.js String: Flood <--- part key /event_type string: select * from c The deletion completed without deleting any rows: { "deleted": 0, "continuation": false }

davidsenouf commented 5 years ago

Could you please fix the links in the README file re. BulkDelete:

https://github.com/Azure/azure-cosmosdb-js-server/blob/master/samples/README.md