IMeasureDescriptorItem
Home > @gooddata/sdk-model > IMeasureDescriptorItem
IMeasureDescriptorItem interface
Measure descriptor object.
Signature:
export interface IMeasureDescriptorItem
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
format | string | Measure format. | |
identifier? | string | (Optional) For persistent metrics or facts, this returns identifier of the object. Is empty for ad-hoc measures. | |
localIdentifier | string | ||
name | string | Measure name. | |
ref? | ObjRef | (Optional) Opaque reference of the metric or fact object. | |
uri? | string | (Optional) For persistent metrics or facts, this returns URI of the object. Is empty for ad-hoc measures. |