Base Realm
Base class for all Realm instances (Realm and MutableRealm).
Functions
get Number Of Active Versions
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.
is Closed
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.
schema
Link copied to clipboard
Returns an immutable schema of the realm.
schema Version
Link copied to clipboard
Returns the schema version of the realm.
Properties
configuration
Link copied to clipboard