/
Base Definitions
Base Definitions
Property | Data Type | Desciption |
---|---|---|
_id | String | CouchDB Internal document ID used to differentiate different documents within CouchDB |
_rev | String | CouchDB Internal document revision number used to differentiate different revisions of the same documents within CouchDB. Dont amend this manually |
serverVersion | long | A long number denoting the unix timestamp when the document was updated/created. Its used for versioning by clients. Whenever a document is amended this property should be incremented to the current timestamp so that clients notice the document has changed and they can sync it. |
type | string | CouchDB Internal document type used to differentiate different documents types within CouchDB. This should always be ViewConfiguration |
identifier | String | This uniquely identifies this document. This will be used on the client to identify that this document if for a particular screen. This should not be amended |
metadata | Object | This is an object that contains configurations at the screen level. |
, multiple selections available,
Related content
Login Screen
Login Screen
More like this
User Configurable Login Page
User Configurable Login Page
More like this
CouchDB Optimization
CouchDB Optimization
More like this
CouchDB and Ektorp usage in Java API
CouchDB and Ektorp usage in Java API
More like this
Customize App Views
Customize App Views
More like this
Syncing Data
Syncing Data
More like this