thomaslevesque / CosmosDBStudio

A tool to browse and query Azure Cosmos DB databases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support modification or deletion of documents in query results

thomaslevesque opened this issue · comments

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.