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

    Type Alias TimestampingReconfiguration

    Generated API types re-exported for convenience.

    These mirror the server REST resources and payloads.

    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.