A single Delta containing the key, the previous value and the current value for a single round.
Creates a new KvDelta object.
KvDelta
Optional
The key, base64 encoded.
The new value of the KV store entry, base64 encoded.
Static
Private
Get the encoding Schema for this object, used to prepare the encoding data for msgpack and JSON.
Extract the encoding data for this object. This data, after being prepared by the encoding Schema, can be encoded to msgpack or JSON.
Generated using TypeDoc
A single Delta containing the key, the previous value and the current value for a single round.