ListOptions: {
    limit?: number;
    namespace?: string;
    paginationToken?: string;
    prefix?: string;
}

Type declaration

  • Optionallimit?: number

    The maximum number of ids to return. If unspecified, the server will use a default value.

  • Optionalnamespace?: string

    The namespace to list from. If not specified, uses the namespace configured on the Index.

  • OptionalpaginationToken?: string

    A token needed to fetch the next page of results. This token is returned in the response if additional results are available.

  • Optionalprefix?: string

    The id prefix to match. If unspecified, an empty string prefix will be used with the effect of listing all ids in a namespace.