IComputedAttributeMetadataObject
Home > @gooddata/sdk-model > IComputedAttributeMetadataObject
IComputedAttributeMetadataObject type
Computed attribute metadata object.
Signature:
export type IComputedAttributeMetadataObject = IMetadataObject & IComputedAttributeMetadataObjectBase & IAuditable & {
displayForms: IAttributeDisplayFormMetadataObject[];
isLocked?: boolean;
dataSet?: IDataSetMetadataObject;
certification?: IObjectCertification;
};
References: IMetadataObject, IComputedAttributeMetadataObjectBase, IAuditable, IAttributeDisplayFormMetadataObject, IDataSetMetadataObject
Remarks
A computed attribute is an attribute whose values are computed by a MAQL expression instead of being backed by a data source column. It is deliberately shaped as close to IAttributeMetadataObject as possible so that UI treats it like a normal attribute wherever it appears (buckets, catalog, ...).