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

    Type Alias PingEventData

    type PingEventData = {
        tail: API.StreamPosition;
        timestamp: number;
    }
    Index

    Properties

    Properties

    Sequence number that will be assigned to the next record on the stream, and timestamp of the last record.

    timestamp: number

    Time the ping was emitted, as Unix epoch milliseconds.