fun FindOptions(batchSize: Int? = null, fields: JsonObject? = null, limit: Int? = null, skip: Int? = null, sort: JsonObject? = null): FindOptions
A function providing a DSL for building io.vertx.ext.mongo.FindOptions objects.
Options used to configure find operations.
batchSize
- Set the batch size for methods loading found data in batches.