Realm Storage Type
The various types that are used when storing the property values in the realm.
Parameters
k Class
the default Kotlin class used to represent values of the storage type.
Entries
TIMESTAMP
Link copied to clipboard
Content copied to clipboard
Storage type for properties of type RealmInstant.
DECIMAL128
Link copied to clipboard
Content copied to clipboard
Storage type for properties of type Decimal128.
OBJECT
Link copied to clipboard
Content copied to clipboard
Storage type for properties of type RealmObject or EmbeddedRealmObject.