ensureIndex |
fun <T> MongoCollection<T>.ensureIndex(vararg : KProperty<*>, : IndexOptions = IndexOptions()): Stringfun <T> MongoCollection<T>.ensureIndex(: Bson, : IndexOptions = IndexOptions()): Stringfun <T> MongoCollection<T>.ensureIndex(: String, : IndexOptions = IndexOptions()): String |
ensureUniqueIndex |
fun <T> MongoCollection<T>.ensureUniqueIndex(vararg : KProperty<*>, : IndexOptions = IndexOptions()): String |