All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.vertx.kotlin.ext.mongo.IndexOptions.kt Maven / Gradle / Ivy

There is a newer version: 5.0.0.CR1
Show newest version
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