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

    Type Alias LostStreamData

    Records messages that were damaged and unrecoverable

    type LostStreamData = {
        bytes: number;
        msgs: number[] | null;
    }
    Index

    Properties

    Properties

    bytes: number

    The number of bytes that were lost

    msgs: number[] | null

    The messages that were lost