vertx / io.vertx.kotlin.ext.mongo / FindOptions

FindOptions

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.

Parameters

batchSize - Set the batch size for methods loading found data in batches.

fields - Set the fields

limit - Set the limit

skip - Set the skip

sort - Set the sort document