IMeasureDefinitionBody
Home > @gooddata/sdk-model > IMeasureDefinitionBody
IMeasureDefinitionBody interface
Object defining the IMeasureDefinition object structure.
Signature:
export interface IMeasureDefinitionBody 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| (Optional) Aggregation to apply when calculating from LDM facts. If aggregation is provided for MAQL measures, it will be ignored. | |||
| boolean | (Optional) Indicates whether the measure should be calculated as % of total instead of actual values. | ||
| (Optional) Filters to apply in scope of this measure's calculation. | |||
| Reference to MAQL metric or LDM fact object. |