A cursor of documents which can be traversed asynchronously. A RemoteMongoCursor can be the result of a find or aggregate operation on a RemoteMongoReadOperation.
find
aggregate
Retrieves the next document in this cursor, potentially fetching from the server.
Generated using TypeDoc
A cursor of documents which can be traversed asynchronously. A RemoteMongoCursor can be the result of a
find
oraggregate
operation on a RemoteMongoReadOperation.