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

    Interface ReadLimits

    Limits on how much to read.

    interface ReadLimits {
        bytes?: number;
        count?: number;
    }
    Index

    Properties

    Properties

    bytes?: number
    count?: number