DynamicRealm
A dynamic realm gives access to the data of the realm through a generic string based API instead of the conventional Realm API that uses the schema classes supplied in the configuration.
NOTE: All objects obtained from a DynamicRealm are only valid in the scope of the dynamic realm. Thus they cannot be passed outside of an RealmMigration that gives access to a specific DynamicRealm instance, etc.
Functions
getNumberOfActiveVersions
Link copied to clipboard
query
Link copied to clipboard
abstract fun query(className: String, query: String = "TRUEPREDICATE", vararg args: Any?): RealmQuery<out DynamicRealmObject>
Content copied to clipboard
schema
Link copied to clipboard
schemaVersion
Link copied to clipboard
Properties
configuration
Link copied to clipboard
Inheritors
DynamicMutableRealm
Link copied to clipboard