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

    Type Alias TimestampingReconfiguration

    type TimestampingReconfiguration = {
        mode?: null | TimestampingMode;
        uncapped?: boolean | null;
    }
    Index

    Properties

    Properties

    mode?: null | TimestampingMode
    uncapped?: boolean | null

    Allow client-specified timestamps to exceed the arrival time.