import { type KvLimits } from "https://deno.land/x/natsws@v1.28.0/src/mod.ts";
Properties
The maximum number of millis the key should live in the KV. The server will automatically remove keys older than this amount. Note that deletion of delete markers are not performed.
storage: StorageType
The backing store of the stream hosting the KV
placement: Placement
Placement hints for the stream hosting the KV
republish: Republish
Republishes edits to the KV on a NATS core subject.
optional
mirror: StreamSourceMaintains a 1:1 mirror of another kv stream with name matching this property.
optional
sources: StreamSource[]List of Stream names to replicate into this KV
backingStore: StorageType
deprecated: use storage FIXME: remove this on 1.8