DeleteOperations
Interface grouping MongoDB operations relating to deleting documents.
Inheritors
Properties
Functions
Link copied to clipboard
abstract fun deleteMany(options: ERROR CLASS: Symbol not found for DeleteManyOptions<Document>.() -> Unit = {}, filter: ERROR CLASS: Symbol not found for FilterQuery<Document>.() -> Unit)
Deletes all documents that match filter.