IMeasureDefinitionOverride
Home > @gooddata/sdk-model > IMeasureDefinitionOverride
IMeasureDefinitionOverride interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
(EXPERIMENTAL) Override for a catalog metric definition.
Signature:
export interface IMeasureDefinitionOverride
Remarks
Allows substituting a catalog metric's MAQL definition for a single execution request without modifying the stored definition.
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
{ inline: { maql: string; }; } |
(ALPHA) Inline MAQL definition to use instead of the stored metric definition. | ||
|
{ identifier: { id: string; type: "metric"; }; } |
(ALPHA) Reference to the metric object to override. |