Return all records that fulfill the criteria in JSON array?
We have JSON data stored in an Azure CosmosDB container like below:
How to fetch data in cosmos db for a particular a child value irrespective of which parent it belongs to?
The items I have in cosmos db have large unstructured data. A part of those items contains information which could look like below:
How to fetch a value in cosmos db when its parent key is not known beforehand?
The items I have in cosmos db have large unstructured data. A part of those items contains information which could look like below:
How to ensure there are sequential records in a nosql collection?
I’ve got a nosql database (Azure CosmosDB) with a collection that contains, in addition to other properties, records in this format.
CosmosDB NoSQL – Filter two JSON properties for list of IDs formatted as a number and as a string
I’m trying to get the rows whose Fields.FieldId
is in a list of numbers (eg: 7942 to 7950) or whose Fields.ParentFieldReference
is in the same list of numbers but in a string format (eg: “7942”, …, “7950”).