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

    Interface ReadStart

    Where to start reading.

    interface ReadStart {
        clamp?: boolean;
        from?: ReadFrom;
    }
    Index

    Properties

    Properties

    clamp?: boolean

    Start from tail if requested position is beyond it.

    from?: ReadFrom