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

    Type Alias ObjectStorePutOpts

    type ObjectStorePutOpts = {
        previousRevision?: number;
        timeout?: number;
    }
    Index

    Properties

    previousRevision?: number

    If set the ObjectStore must be at the current sequence or the put will fail. Note the sequence accounts where the metadata for the entry is stored.

    timeout?: number

    Maximum number of milliseconds for each chunk's PUT request to succeed.