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

    Type Alias ThresholdMessages

    type ThresholdMessages = {
        threshold_messages: number;
    }
    Index

    Properties

    threshold_messages: number

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

    75% of MaxMessages.