Realm Class
interface RealmClass
A RealmClass describing the object model of a specific class.
Properties
Link copied to clipboard
Returns whether or not the class is embedded.
Link copied to clipboard
Returns what type of Realm model class this is.
Link copied to clipboard
The primary key property of the object model or null if the object model doesn't have a primary key.
Link copied to clipboard
The properties of the object model.
Functions
Link copied to clipboard
Index operator to lookup a specific RealmProperty from its persisted property name.