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.
Inheritors
Functions
Returns the current number of active versions in the Realm file. A large number of active versions can have a negative impact on the Realm file size on disk.
Check if this Realm has been closed or not. If the Realm has been closed, most methods will throw IllegalStateException if called.
Returns a query for dynamic realm objects of the specified class.
Returns an immutable schema of the realm.
Returns the schema version of the realm.