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