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

    Type Alias KvPutOptions

    type KvPutOptions = {
        previousSeq: number;
        timeout: number;
    }
    Index

    Properties

    Properties

    previousSeq: number

    If set the KV must be at the current sequence or the put will fail.

    timeout: number

    Timeout value in milliseconds for the put, overrides Jetstream context's default.