withSize()
Home > @gooddata/sdk-backend-spi > IInsightsQuery > withSize
IInsightsQuery.withSize() method
Sets number of insights to return per page. Default size: 50
Signature:
withSize(size: number): IInsightsQuery;
Parameters
Parameter | Type | Description |
---|---|---|
size | number | desired max number of insights per page must be a positive number |
Returns:
insights query