fun FindOptions(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.
fields - Set the fields
fields
limit - Set the limit
limit
skip - Set the skip
skip
sort - Set the sort document
sort