RealmPropertyType

interface RealmPropertyType

A RealmPropertyType describes the type of a specific property in the object model.

Types

Companion
Link copied to clipboard
object Companion

Properties

isNullable
Link copied to clipboard
abstract val isNullable: Boolean
Indicates whether the storage element can be null.
storageType
Link copied to clipboard
abstract val storageType: RealmStorageType
The type that is used when storing the property values in the realm.

Inheritors

ValuePropertyType
Link copied to clipboard
ListPropertyType
Link copied to clipboard