RealmStorageType
The various types that are used when storing the property values in the realm.
Parameters
kClass
the default Kotlin class used to represent values of the storage type.
Entries
TIMESTAMP
Link copied to clipboard
TIMESTAMP(RealmInstant::class)
Content copied to clipboard
Storage type for properties of type RealmInstant.
OBJECT
Link copied to clipboard
OBJECT(BaseRealmObject::class)
Content copied to clipboard
Storage type for properties of type RealmObject or EmbeddedRealmObject.