I\'m still new at dev with CosmosDB, Quarkus, and Vertx and am seeking some clarification - originally I ran into errors with the Quarkus native build as specified in this GitHub issue and according t
I want to find which items in my array are NOT in the collection.I can filter a collection based on an array, no problem.But, can I filter an array based on the collection in a single query?
we are discussing and identifying issues over synthetic partition key in cosmos db, Lets assume from the MS example that I have the synthetic partition key is a mix of deviceId-date what happens to th
I would like to check, if for example the field \'street\' does not exists. I tried this: SELECT * FROM c WHERE NOT IS_DEFINED(c.street)