withPage()
Home > @gooddata/sdk-backend-spi > IExportDefinitionsQuery > withPage
IExportDefinitionsQuery.withPage() method
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Sets starting page for the query. Backend WILL return no data if the page is greater than total number of pages. Default page: 0
Signature:
withPage(page: number): IExportDefinitionsQuery;
Parameters
Parameter | Type | Description |
---|---|---|
page | number | zero indexed, must be non-negative |
Returns:
exportDefinitions query