BaseRealm
Base class for all Realm instances (Realm and MutableRealm).
Inheritors
Functions
Link copied to clipboard
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.
Link copied to clipboard
Check if this Realm has been closed or not. If the Realm has been closed, most methods will throw IllegalStateException if called.
Link copied to clipboard
Returns an immutable schema of the realm.
Link copied to clipboard
Returns the schema version of the realm.