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