Azure / azure-cosmosdb-js-server

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

Why would Response Options come back with a continuation token if there are no results? #24

Open mcupito opened 6 years ago

mcupito commented 6 years ago

I'm referring to this line of code. I am testing a scenario where I'm trying to delete all documents that have a null partition key value, and I know they exist, but the deleted count always returns 0 and continuation is always true.