Skip to content

MongoDB driver for Kotlin (coroutines)opensavvy.ktmongo.coroutines.operationsCollectionOperations

CollectionOperations

Interface grouping MongoDB operations relating to collection administration.

Inheritors

Properties

context

abstract val context: ERROR CLASS: Symbol not found for BsonContext

Functions

drop

abstract suspend fun drop(options: ERROR CLASS: Symbol not found for DropOptions.() -> Unit = {})

Removes an entire collection from the database.