Dynamic Mutable Realm Object
A dynamic mutable realm object gives access and possibility to update the data of the realm objects through a generic string based API instead of the conventional Realm API that only allows access and updates through the properties of the corresponding schema classes supplied in the configuration.
Types
Functions
Returns a backlinks collection referenced by the property name as a RealmResults.
Returns the dictionary of nullable elements referenced by the property name as a RealmDictionary.
Returns the value of an object property.
Returns the dictionary of objects referenced by the property name as a RealmDictionary.
Returns the list of objects referenced by the property name as a RealmList.
Returns the set of objects referenced by the property name as a RealmSet.
Returns the dictionary of non-nullable value elements referenced by the property name as a RealmDictionary.