toggle menu
realm-kotlin
2.3.0
common
switch theme
search in API
Realm Kotlin SDK - Sync
/
io.realm.kotlin.mongodb.ext
/
UpdateManyResult
/
UpdateManyResult
Update
Many
Result
constructor
(
modifiedCount
:
Long
,
upsertedId
:
Any
?
)
Parameters
modified
Count
number of documents that was updated by the operation.
upserted
Id
primary key of the new document if created.