IWorkspaceComputedAttributesService
Home > @gooddata/sdk-backend-spi > IWorkspaceComputedAttributesService
IWorkspaceComputedAttributesService interface
Service for create, update or delete computed attributes and querying them.
Signature:
export interface IWorkspaceComputedAttributesService
Methods
|
Method |
Description |
|---|---|
|
Create and save computed attribute for the provided definition. | |
|
Delete computed attribute with the given reference. | |
|
Get computed attribute by reference. | |
|
Get the expression tokens of the computed attribute's MAQL, with every referenced object resolved to its title. | |
|
Get objects that reference the computed attribute. | |
|
Computed attributes query factory. | |
|
Update provided computed attribute. | |
|
Update metadata of the computed attribute. |