@nats-io/kv
    Preparing search index...

    Variable KvWatchIncludeConst

    KvWatchInclude: { AllHistory: "history"; LastValue: ""; UpdatesOnly: "updates" } = ...

    Type declaration

    • ReadonlyAllHistory: "history"

      Include all available history for all keys

    • ReadonlyLastValue: ""

      Include the last value for all the keys

    • ReadonlyUpdatesOnly: "updates"

      Don't include history or last values, only notify of updates