withSize()
Home > @gooddata/sdk-backend-spi > IExportDefinitionsQuery > withSize
IExportDefinitionsQuery.withSize() 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 number of exportDefinitions to return per page. Default size: 50
Signature:
withSize(size: number): IExportDefinitionsQuery;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| size | number | desired max number of exportDefinitions per page must be a positive number | 
Returns:
exportDefinitions query