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