toggle menu
realm-kotlin
2.3.0
common
switch theme
search in API
Realm Kotlin SDK - Sync
/
io.realm.kotlin.mongodb.ext
/
UpdateOneResult
/
UpdateOneResult
Update
One
Result
constructor
(
updated
:
Boolean
,
upsertedId
:
Any
?
)
Parameters
updated
boolean indicating that a document was updated.
upserted
Id
primary key of the new document if created.