The state for the next page of results, which may be stored on the client side to drive pagination.
If this is null, there are no more results to fetch, and the client should stop paginating.
The records present in the find page, with any mappings applied.
Optional sortThe sort vector used to perform the vector search, if applicable.
This is only applicable when using vector search and FindCursor.includeSortVector is set to true, and will not be present otherwise.
Overview
Represents a page of results returned by the Data API when using pagination in
findoperations.This interface encapsulates all the information returned from a single page fetch, including the actual data fetched & mapped, the pagination state, and the sort vector if applicable.
Example
See