vertx / io.vertx.kotlin.ext.mongo / io.vertx.ext.mongo.MongoClient / listIndexesAwait
listIndexesAwait
suspend fun MongoClient.listIndexesAwait(collection: String): JsonArray
Get all the indexes in this collection.
Parameters
collection - the collection
Return