ValuePropertyType
data class ValuePropertyType(storageType: RealmStorageType, isNullable: Boolean, isPrimaryKey: Boolean, isIndexed: Boolean) : RealmPropertyType
Content copied to clipboard
A ValuePropertyType describes singular value properties.
Constructors
ValuePropertyType
Link copied to clipboard
fun ValuePropertyType(storageType: RealmStorageType, isNullable: Boolean, isPrimaryKey: Boolean, isIndexed: Boolean)
Content copied to clipboard
Properties
isNullable
Link copied to clipboard
isPrimaryKey
Link copied to clipboard
storageType
Link copied to clipboard