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

    Interface ListBasinsInput

    Input for listing basins.

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

    Properties

    limit?: number

    Number of results, up to a maximum of 1000.

    prefix?: string

    Filter to basins whose names begin with this prefix.

    startAfter?: string

    Filter to basins whose names lexicographically start after this string.