IAttributesQuery
Home > @gooddata/sdk-backend-spi > IAttributesQuery
IAttributesQuery interface
Service to query attributes.
Signature:
export interface IAttributesQuery
Methods
Method | Description |
---|---|
query() | Starts the query. |
withFilter(filter) | Sets filter for the query. |
withInclude(include) | Sets include for the query. |
withPage(page) | Sets starting page for the query. Backend WILL return no data if the page is greater than total number of pages. Default page: 0 |
withSize(size) | Sets number of attributes to return per page. Default size: 50 |
withSorting(sort) | Sets sorting for the query. |