changes

abstract val changes: IntArray

The modified indices in the new version of the collection.

For [RealmResults], this means that one or more of the properties of the object at the given index were modified (or an object linked to by that object was modified). It will be set as a zero-sized array if no objects were changed.