ImpactRecord interface
Impact on some metric if this recommended action is applied.
Properties
| absolute |
Absolute value. |
| dimension |
Dimension name. |
| query |
Optional property that can be used to store the identifier of the query, if the metric is for a specific query. |
| unit | Dimension unit. |
Property Details
absoluteValue
Absolute value.
absoluteValue?: number
Property Value
number
dimensionName
Dimension name.
dimensionName?: string
Property Value
string
queryId
Optional property that can be used to store the identifier of the query, if the metric is for a specific query.
queryId?: number
Property Value
number
unit
Dimension unit.
unit?: string
Property Value
string