Java com.mongodb.client AggregateIterable fields, constructors, methods, implement or subclass

Example usage for Java com.mongodb.client AggregateIterable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.mongodb.client AggregateIterable.

The text is from its open source code.

Method

AggregateIterablebatchSize(int batchSize)
Sets the number of documents to return per batch.
AggregateIterableuseCursor(@Nullable Boolean useCursor)
Sets whether the server should use a cursor to return results.