withSize()
Home > @gooddata/sdk-backend-spi > INotificationChannelsQuery > withSize
INotificationChannelsQuery.withSize() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Sets number of notification channels to return per page. Default size: 100
Signature:
withSize(size: number): INotificationChannelsQuery;
Parameters
Parameter |
Type |
Description |
---|---|---|
size |
number |
desired max number of notification channels per page must be a positive number |
Returns:
notification channels query