thomaslevesque / CosmosDBStudio

A tool to browse and query Azure Cosmos DB databases
MIT License
54 stars 12 forks source link

Support modification or deletion of documents in query results #4

Closed thomaslevesque closed 4 years ago

thomaslevesque commented 5 years ago

The query results should show the documents separately, with an option to modify or delete them.

Problem: how do we know if the results contain actual raw documents, not projections? Testing for the presence of system properties such as _self or _rid isn't fool proof, since they can be included in a projection.