2.2.2.9 Store Entry
This is a JSON object containing store entry information. The format of the object is as follows:
-
{ "key" : "<entry-key>", "version" : <entry-version>, "value" : "<entry-value>" }
entry-key: A string that contains the key of the data value for the store entry.
entry-version: A value that specifies the version of the key/value pair for the store entry.
entry-value: The value of the data-blob corresponding to the given key for the store entry.