CollectionOperations

Interface grouping MongoDB operations relating to collection administration.

Inheritors

Properties

Link copied to clipboard

The full BSON configuration, used by the DSL to generate queries.

Functions

Link copied to clipboard
abstract suspend fun drop(options: DropOptions<Document>.() -> Unit = {})

Removes an entire collection from the database.