Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ResponderExecutionAggregation

Provides the dimensions and their corresponding count value.

Properties

count

count: number

The number of occurrences with given dimensions Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

dimensionsMap

dimensionsMap: object

The key-value pairs of dimensions and their names. The key corresponds to the Analytic Dimension(s) chosen, and the value corresponds to the value of the dimension from the data. E.g. if the Analytic Dimension chosen is "RISK_LEVEL", then the value will be like "CRITICAL". If the Analytic Dimensions chosen are "RISK_LEVEL" and "RESOURCE_TYPE", then the map will have two key-value pairs of form {"RISK_LEVEL" : "CRITICAL, "RESOURCE_TYPE" : "LOAD_BALANCER"}

Type declaration

  • [key: string]: string

Functions

getDeserializedJsonObj

getJsonObj