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

    Type Alias MaxBytes

    type MaxBytes = {
        max_bytes: number;
    }
    Index

    Properties

    Properties

    max_bytes: number

    Maximum number of bytes to retrieve - note request must fit the entire message to be honored (this includes, subject, headers, etc). Partial messages are not supported.