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

    Type Alias ListStreamsData

    type ListStreamsData = {
        body?: never;
        path?: never;
        query?: { limit?: number; prefix?: string; start_after?: string };
        url: "/streams";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query?: { limit?: number; prefix?: string; start_after?: string }

    Type Declaration

    • Optionallimit?: number

      Number of results, up to a maximum of 1000.

    • Optionalprefix?: string

      Filter to streams whose name begins with this prefix.

    • Optionalstart_after?: string

      Filter to streams whose name begins with this prefix. It must be greater than or equal to the prefix if specified.

    url: "/streams"