Package io.realm.schema
Types
ListPropertyType
Link copied to clipboard
data class ListPropertyType(storageType: RealmStorageType, isNullable: Boolean) : RealmPropertyType
Content copied to clipboard
RealmClass
Link copied to clipboard
interface RealmClass
Content copied to clipboard
A RealmClass describing the object model of a specific class.
RealmProperty
Link copied to clipboard
interface RealmProperty
Content copied to clipboard
A RealmProperty describes the properties of a class property in the object model.
RealmPropertyType
Link copied to clipboard
interface RealmPropertyType
Content copied to clipboard
A RealmPropertyType describes the type of a specific property in the object model.
RealmSchema
Link copied to clipboard
interface RealmSchema
Content copied to clipboard
RealmStorageType
Link copied to clipboard
ValuePropertyType
Link copied to clipboard
data class ValuePropertyType(storageType: RealmStorageType, isNullable: Boolean, isPrimaryKey: Boolean, isIndexed: Boolean) : RealmPropertyType
Content copied to clipboard
A ValuePropertyType describes singular value properties.