io.vertx.kotlin.ext.mongo.IndexOptions.kt Maven / Gradle / Ivy
package io.vertx.kotlin.ext.mongo
import io.vertx.ext.mongo.IndexOptions
/**
* A function providing a DSL for building [io.vertx.ext.mongo.IndexOptions] objects.
*
* Options used to configure index.
*
*
*
* NOTE: This function has been automatically generated from the [io.vertx.ext.mongo.IndexOptions original] using Vert.x codegen.
*/
fun IndexOptions(
): IndexOptions = io.vertx.ext.mongo.IndexOptions().apply {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy