updateComputedAttributeMeta()
Home > @gooddata/sdk-backend-spi > IWorkspaceComputedAttributesService > updateComputedAttributeMeta
IWorkspaceComputedAttributesService.updateComputedAttributeMeta() method
Update metadata of the computed attribute.
Signature:
updateComputedAttributeMeta(computedAttribute: Partial<IMetadataObjectBase> & IMetadataObjectIdentity): Promise<IComputedAttributeMetadataObject>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
computedAttribute |
Partial<IMetadataObjectBase> & IMetadataObjectIdentity |
metadata update to apply |
Returns:
Promise<IComputedAttributeMetadataObject>
promise of updated computed attribute