Specify Documents to Return
On this page
Overview
In this guide, you can learn how to specify which documents to return from a read operation by using the following methods:
limit
: Specifies the maximum number of documents to return from a query.sort
: Specifies the sort order for the returned documents.skip
: Specifies the number of documents to skip before returning query results.