MongoDB driver for Kotlin (coroutines) • opensavvy.ktmongo.coroutines.operations • CollectionOperations
CollectionOperations¶
interface CollectionOperations<Document : Any> : BaseOperations
Interface grouping MongoDB operations relating to collection administration.
Inheritors¶
Properties¶
context
¶
abstract val context:
Functions¶
drop
¶
Removes an entire collection from the database.