microsoft / spring-data-cosmosdb

Access data with Azure Cosmos DB
MIT License
94 stars 64 forks source link

How to create query with both a Function and a operator ? #375

Open anuraggupta opened 5 years ago

anuraggupta commented 5 years ago

How to create a query like below using Criteria

SELECT* from R NOTIFICATIONS where ARRAY_LENGTH("R.TARGET_DEVICES") = 0

Any help is appreciated.