drop Indexes
Drop all the indexes on this collection, except for the default on _id.
Drop all the indexes on this collection, except for the default on _id.
Since
3.6
Parameters
drop Index Options
options to use when dropping indexes
Drop all the indexes on this collection, except for the default on _id.
Since
3.6
Parameters
client Session
the client session with which to associate this operation
abstract suspend fun dropIndexes(clientSession: ClientSession, dropIndexOptions: DropIndexOptions)
Content copied to clipboard
Drop all the indexes on this collection, except for the default on _id.
Since
3.6
Parameters
client Session
the client session with which to associate this operation
drop Index Options
options to use when dropping indexes