IDataFiltersService
Home > @gooddata/sdk-backend-spi > IDataFiltersService
IDataFiltersService interface
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.
The service that returns information about data filters.
Currently, it supports only Workspace Data Filters but in future in can be extended with User Data Filters support.
Signature:
export interface IDataFiltersService
Methods
Method |
Description |
---|---|
(ALPHA) Create a new data filter (without setting). | |
(ALPHA) Delete an existing data filter. | |
(ALPHA) Get data filters for the current workspace with their settings. | |
(ALPHA) Get data filters for the current workspace with their settings. | |
(ALPHA) Update an existing data filter. The setting is not updated, only the data filter. | |
(ALPHA) Update value of existing data filter. |