ListQueryOptions

ListQueryOptions

ListQueryOptions contains the optional parameters when request list of endpoints

Constructor

new ListQueryOptions(bestEffortLimitopt, paginationKeyopt)

Create a ListQueryOptions.
Properties:
Name Type Description
bestEffortLimit number Limit the number of results for query.
paginationKey string Key to retrieve next page.
Parameters:
Name Type Attributes Description
bestEffortLimit number <optional>
Limit the number of results for query.
paginationKey string <optional>
Key to retrieve next page.

Methods

(static) getQueryString(options)

This method is for internal use only.
Parameters:
Name Type Description
options ListQueryOptions
Returns:
String as query parameter.