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

    Type Alias ThresholdBytes

    type ThresholdBytes = {
        threshold_bytes: number;
    }
    Index

    Properties

    Properties

    threshold_bytes: number

    Threshold bytes on which the client wil auto-trigger additional message requests from the server. This is only applicable to consume.

    75% of MaxBytes.