@s2-dev/streamstore - v0.25.0
    Preparing search index...

    Interface CaughtUpBatch

    A normalized decoded batch or heartbeat observed by a read client.

    interface CaughtUpBatch {
        lastSeqNum?: number;
        recordCount: number;
        tail?: StreamPosition;
    }
    Index

    Properties

    lastSeqNum?: number

    Sequence number of the final unfiltered record, when present.

    recordCount: number

    Number of records before any client-side filtering.

    Tail reported with the batch or heartbeat, when present.