Thursday, December 21, 2017

How to get record count in Azure DocumentDb (Microsoft Document DB)

How to get record count from cosmos DB (Microsoft Document DB)


=>    Query : SELECT COUNT(1) FROM c  WHERE c.City = "A"

         Result : [  {  "$1": 15 } ]

No comments :

Post a Comment