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

    Interface StreamPosition

    Position of a record in a stream.

    interface StreamPosition {
        seqNum: number;
        timestamp: Date;
    }
    Index

    Properties

    Properties

    seqNum: number

    Sequence number assigned by the service.

    timestamp: Date

    Timestamp of the record.