withLimit()
Home > @gooddata/sdk-backend-spi > IWorkspacesQuery > withLimit
IWorkspacesQuery.withLimit() method
Sets a limit on how many items to retrieve at once.
Signature:
withLimit(limit: number): IWorkspacesQuery;
Parameters
Parameter | Type | Description |
---|---|---|
limit | number | how many items to retrieve at most |
Returns: