Example usage for Java com.mongodb.client AggregateIterable fields, constructors, methods, implement or subclass
The text is from its open source code.
AggregateIterable | batchSize(int batchSize) Sets the number of documents to return per batch. |
AggregateIterable | useCursor(@Nullable Boolean useCursor) Sets whether the server should use a cursor to return results. |