fun aggregateOptionsOf(allowDiskUse: Boolean? = null, batchSize: Int? = null, maxTime: Long? = null): AggregateOptions
A function providing a DSL for building io.vertx.ext.mongo.AggregateOptions objects. |
|
fun bulkOperationOf(document: JsonObject? = null, filter: JsonObject? = null, multi: Boolean? = null, type: BulkOperationType? = null, upsert: Boolean? = null): BulkOperation
A function providing a DSL for building io.vertx.ext.mongo.BulkOperation objects. |
|
fun bulkWriteOptionsOf(ordered: Boolean? = null, writeOption: WriteOption? = null): BulkWriteOptions
A function providing a DSL for building io.vertx.ext.mongo.BulkWriteOptions objects. |
|
fun findOptionsOf(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. |
|
fun gridFsDownloadOptionsOf(revision: Int? = null): GridFsDownloadOptions
A function providing a DSL for building io.vertx.ext.mongo.GridFsDownloadOptions objects. |
|
fun gridFsUploadOptionsOf(chunkSizeBytes: Int? = null, metadata: JsonObject? = null): GridFsUploadOptions |
|
fun indexModelOf(): IndexModel |
|
fun indexOptionsOf(): IndexOptions
A function providing a DSL for building io.vertx.ext.mongo.IndexOptions objects. |
|
fun mongoClientBulkWriteResultOf(): MongoClientBulkWriteResult
A function providing a DSL for building io.vertx.ext.mongo.MongoClientBulkWriteResult objects. |
|
fun mongoClientDeleteResultOf(): MongoClientDeleteResult
A function providing a DSL for building io.vertx.ext.mongo.MongoClientDeleteResult objects. |
|
fun mongoClientUpdateResultOf(): MongoClientUpdateResult
A function providing a DSL for building io.vertx.ext.mongo.MongoClientUpdateResult objects. |
|
fun updateOptionsOf(arrayFilters: JsonArray? = null, multi: Boolean? = null, returningNewDocument: Boolean? = null, upsert: Boolean? = null, writeOption: WriteOption? = null): UpdateOptions
A function providing a DSL for building io.vertx.ext.mongo.UpdateOptions objects. |