Streaming-ready iterable client to read data from the database.
Returns the first document found by this query, or throws an exception.
Returns the first document found by this query, or null if none were found.
null
Executes action for each document returned by this query.
Reads the entirety of this response into a List.
Reads the entirety of this response into a Set.