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

    Type Alias DirectBatchLimits

    type DirectBatchLimits = {
        batch: number;
        callback: BatchCallback<StoredMsg>;
        max_bytes: number;
        next_by_subj?: string;
    }
    Index

    Properties

    batch: number
    max_bytes: number
    next_by_subj?: string