
reference.language.category_storage.html Maven / Gradle / Ivy
Categories
Category storage
Categories are the base unit of storage in the Prompto data store.
Only storable categories can be stored and fetched.
To mark a category as storable, the category
keyword must be preceded with the storable
keyword.
Attributes are used to define the data store schema, so they must also be marked as storable.
A storable category can comprise both storable and non-storable attributes.
Only storable attributes are stored (and therefore retrieved).
In the below example, only firstName and lastName are storable
, dateOfBirth is not:
© 2015 - 2025 Weber Informatics LLC | Privacy Policy