KvEntry: { bucket: string; created: Date; delta?: number; key: string; length: number; operation: "PUT" | "DEL" | "PURGE"; revision: number; value: Uint8Array; json<T>(): T; string(): string;} Type declaration
bucket: string
created: Date
Optional
delta?: number
key: string
length: number
operation: "PUT" | "DEL" | "PURGE"
revision: number
value: Uint8Array
json:function
string:function
Convenience method to parse the entry payload as JSON. This method will throw an exception if there's a parsing error;