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

    Interface TimestampingConfig

    Timestamping configuration.

    interface TimestampingConfig {
        mode?: TimestampingMode;
        uncapped?: boolean;
    }
    Index

    Properties

    Properties

    Timestamping mode.

    uncapped?: boolean

    Allow client-specified timestamps to exceed the arrival time. If false or not set, client timestamps will be capped at the arrival time.