RealmSchema

interface RealmSchema

A schema that describes the object model of the underlying realm.

Functions

get
Link copied to clipboard
abstract operator fun get(className: String): RealmClass?
Index operator to lookup a specific RealmClass from it's class name.

Properties

classes
Link copied to clipboard
abstract val classes: Collection<RealmClass>
Collection of the RealmClasses of the schema.