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

    Type Alias PurgeBySeq

    type PurgeBySeq = {
        filter?: string;
        seq: number;
    }
    Index

    Properties

    Properties

    filter?: string

    Restrict purging to messages that match this subject

    seq: number

    Purge all messages up to but not including the message with this sequence.