Library
Localdb_values_write Database Table
Local database specific values stored by database connectors. Primarily functions as a client side KeyValue cache to save network trips especially during startup. This is a non replicated table stored in the READ database
Fields
- keyname
 - #100 Name of the value key.
 - expiredt
 - #101 Date/time this key value will be considered expired and should be refreshed from the server. The exact definition of expired is left to individual applications
 - blobdata
 - #110 Key value data. What and how data is encoded in this field is Keyname specific. Information may be strings, binary or encrypted binary