KtMongo
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KtMongo
MongoDB driver for Kotlin (synchronous)
/
opensavvy.ktmongo.sync
/
JvmMongoCollection
/
bulkWrite
bulk
Write
jvm
open
override
fun
bulkWrite
(
options
:
BulkWriteOptions
<
Document
>
.
(
)
->
Unit
,
filter
:
FilterQuery
<
Document
>
.
(
)
->
Unit
,
operations
:
BulkWrite
<
Document
>
.
(
)
->
Unit
)
(
source
)