Realm Kotlin Multiplatform SDK
/
io.realm.schema
/
RealmStorageType
Realm
Storage
Type
enum
RealmStorageType
:
Enum
<
RealmStorageType
>
Content copied to clipboard
The various types that are used when storing the property values in the realm.
Entries
Properties
Entries
TIMESTAMP
Link copied to clipboard
TIMESTAMP
()
Content copied to clipboard
DOUBLE
Link copied to clipboard
DOUBLE
()
Content copied to clipboard
FLOAT
Link copied to clipboard
FLOAT
()
Content copied to clipboard
OBJECT
Link copied to clipboard
OBJECT
()
Content copied to clipboard
STRING
Link copied to clipboard
STRING
()
Content copied to clipboard
INT
Link copied to clipboard
INT
()
Content copied to clipboard
BOOL
Link copied to clipboard
BOOL
()
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard