You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment Realm.Metadata is just a Dictionary<string, RealmObjectBase.Metadata> Metadata. It would be convenient to refactor it into a full fledged class, so it will be possible to add additional functionality and utility methods. In particular, we need to implement a method that allows to retrieve a RealmObject's metadata from his table_key.
The text was updated successfully, but these errors were encountered:
At the moment
Realm.Metadata
is just aDictionary<string, RealmObjectBase.Metadata> Metadata
. It would be convenient to refactor it into a full fledged class, so it will be possible to add additional functionality and utility methods. In particular, we need to implement a method that allows to retrieve aRealmObject
's metadata from histable_key
.The text was updated successfully, but these errors were encountered: