kmongo / org.litote.kmongo.reactor / com.mongodb.reactivestreams.client.MongoCollection / listTypedIndexes

listTypedIndexes

fun <reified TResult : Any> MongoCollection<*>.listTypedIndexes(): ListIndexesFlux<TResult> (source)

Get all the indexes in this collection.

Parameters

Return
the list indexes iterable interface

fun <reified TResult : Any> MongoCollection<*>.listTypedIndexes(clientSession: ClientSession): ListIndexesFlux<TResult> (source)

Get all the indexes in this collection.

Parameters

clientSession - the client session

Parameters

Return
the list indexes iterable interface