InsertOperations
Interface grouping MongoDB operations relating to inserting new documents.
Inheritors
Functions
Link copied to clipboard
open fun insertMany(vararg documents: Document, options: <Error class: unknown class><Document>.() -> Unit = {})
abstract fun insertMany(documents: Iterable<Document>, options: <Error class: unknown class><Document>.() -> Unit = {})
Inserts multiple documents in a single operation.