Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPagingQueryOption

Pagination query parameters

since

5.12.0

Hierarchy

  • IPagingQueryOption

Index

Properties

count: number

Number of items per page, range 1-200

pageToken?: string

Page token. Pass an empty string '' when fetching the first page. For subsequent pages, pass the pageToken returned by the SDK in the previous page's response.

order?: boolean

Sort type: Supports setting the order for retrieval. true: ascending order; false: descending order. Default is true.