IWorkspaceFactsService
Home > @gooddata/sdk-backend-spi > IWorkspaceFactsService
IWorkspaceFactsService interface
Service for querying additional facts data. If you want to query facts themselves, use catalog IWorkspaceCatalogFactory
Signature:
export interface IWorkspaceFactsService
Methods
Method | Description |
---|---|
getFact(ref) | Get information about the given fact |
getFactDatasetMeta(ref) | Get information about the given fact's dataset |
getFactsQuery() | Facts query factory. |
updateFactMeta(updatedFact) | Updates metadata of the fact. |