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

    Interface ListStreamsInput

    Input for listing streams.

    interface ListStreamsInput {
        limit?: number;
        prefix?: string;
        startAfter?: string;
    }
    Index

    Properties

    limit?: number

    Number of results, up to a maximum of 1000.

    prefix?: string

    Filter to streams whose name begins with this prefix.

    startAfter?: string

    Filter to streams whose name lexicographically starts after this string.