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
/
updateManyWithPipeline
update
Many
With
Pipeline
jvm
open
override
fun
updateManyWithPipeline
(
options
:
UpdateOptions
<
Document
>
.
(
)
->
Unit
,
filter
:
FilterQuery
<
Document
>
.
(
)
->
Unit
,
update
:
UpdateWithPipelineQuery
<
Document
>
.
(
)
->
Unit
)
(
source
)