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

    Type Alias StreamPosition

    Position of a record in a stream.

    type StreamPosition = {
        seq_num: U64;
        timestamp: U64;
    }
    Index

    Properties

    Properties

    seq_num: U64

    Sequence number assigned by the service.

    timestamp: U64

    Timestamp, which may be client-specified or assigned by the service. If it is assigned by the service, it will represent milliseconds since Unix epoch.