IWorkspaceCatalogFactoryMethods
Home > @gooddata/sdk-backend-spi > IWorkspaceCatalogFactoryMethods
IWorkspaceCatalogFactoryMethods interface
Common methods for catalog configuration
Signature:
export interface IWorkspaceCatalogFactoryMethods<TFactory, TOptions> 
Methods
| Method | Description | 
|---|---|
| Setup catalog to fetch only items without provided tags | |
| Setup catalog to fetch only items of the provided dataset | |
| Setup catalog to fetch only items of the provided types (attribute, measure, fact or dateDataset) | |
| Setup catalog to fetch only items with provided tags | |
| Setup whether catalog should fetch groups. Default: true | |
| Setup catalog to fetch only items for specific options | |
| Setup to use abort signal |