Start a new topic

What is a count operation on Kinvey.User?

The reference reads:



count(query, options) → {Promise}

Performs a count operation.



Nothing else. What is the count operation that will be performed?




Good morning @daniel_sedlacek‌ ,



Nice to see you're still going through with the tutorials, if you take a peek under our HTML5 tutorials, you will see a section on counting here: http://devcenter.kinvey.com/html5/guides/datastore#counting and it's mentioned down below again in reductive functions. Essentially the count(query, options) command will count the number of items returned by the query.



Thanks,
...where the collection is the set of users. I get it now. Thnask



PS: good morning to you too @Damien‌ :)
Login or Signup to post a comment