mongodb-driver-kotlin-coroutine
4.11.0
jvm
mongodb-driver-kotlin-coroutine
/
com.mongodb.kotlin.client.coroutine
/
MongoDatabase
/
drop
drop
suspend
fun
drop
(
)
Drops this database.
See also
Drop database
suspend
fun
drop
(
clientSession
:
ClientSession
)
Drops this database.
Parameters
client
Session
the client session with which to associate this operation
See also
Drop database