Azure Cosmos DB
An Azure NoSQL database service for app development.
1,064 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
If you execute a SQL query to Cosmos DB where the following JSON is registered, the nest key will be omitted.
Is there a way to get the full path of the key when querying Azure Cosmos DB?
I think this does the trick:
SELECT c.id, { "name": c.nest.name } AS nest FROM c