drop

suspend fun drop(options: DropCollectionOptions = DropCollectionOptions())

Drops this collection from the Database.

Parameters

options

various options for dropping the collection

See also


suspend fun drop(clientSession: ClientSession, options: DropCollectionOptions = DropCollectionOptions())

Drops this collection from the Database.

Parameters

clientSession

the client session with which to associate this operation

options

various options for dropping the collection

See also