KtMongo
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KtMongo
MongoDB driver for Kotlin (coroutines)
/
opensavvy.ktmongo.coroutines
/
JvmMongoCollection
/
upsertOne
upsert
One
jvm
open
suspend override
fun
upsertOne
(
options
:
UpdateOptions
<
Document
>
.
(
)
->
Unit
,
filter
:
FilterQuery
<
Document
>
.
(
)
->
Unit
,
update
:
UpsertQuery
<
Document
>
.
(
)
->
Unit
)
(
source
)