IDatasetsQuery
Home > @gooddata/sdk-backend-spi > IDatasetsQuery
IDatasetsQuery interface
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.
Service to query datasets.
Signature:
export interface IDatasetsQuery
Methods
|
Method |
Description |
|---|---|
|
(BETA) Starts the query. | |
|
(BETA) Sets filter for the query. | |
|
(BETA) Sets include for the query. | |
|
(BETA) Selects which backend endpoint flavor to use when listing datasets. Default method: "GET" | |
|
(BETA) Sets origin for the query. | |
|
(BETA) Sets starting page for the query. Backend WILL return no data if the page is greater than total number of pages. Default page: 0 | |
|
(BETA) Sets number of datasets to return per page. Default size: 50 | |
|
(BETA) Sets sorting for the query. |