Skip to content

MongoDB driver for Kotlin (synchronous)opensavvy.ktmongo.sync.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 fun drop(options: ERROR CLASS: Symbol not found for DropOptions.() -> Unit = {})

Removes an entire collection from the database.