Value Property Type
data class ValuePropertyType(storageType: RealmStorageType, isNullable: Boolean, isPrimaryKey: Boolean, isIndexed: Boolean, isFullTextIndexed: Boolean) : RealmPropertyType
Content copied to clipboard
A RealmPropertyType describing single value properties.
Constructors
ValuePropertyType
Link copied to clipboard
fun ValuePropertyType(storageType: RealmStorageType, isNullable: Boolean, isPrimaryKey: Boolean, isIndexed: Boolean, isFullTextIndexed: Boolean)
Content copied to clipboard
Properties
isFullTextIndexed
Link copied to clipboard
isNullable
Link copied to clipboard
isPrimaryKey
Link copied to clipboard
storageType
Link copied to clipboard