Class KvValueDelta

A KvValueDelta shows how the Data associated with a key in the kvstore has changed.

Implements

Constructors

Properties

data?: Uint8Array

Data stores the most recent value (undefined means deleted)

oldData?: Uint8Array

OldData stores the previous value (undefined means didn't exist)

encodingSchema: NamedMapSchema = ...

Methods

  • Extract the encoding data for this object. This data, after being prepared by the encoding Schema, can be encoded to msgpack or JSON.

    Returns Map<string, unknown>

Generated using TypeDoc