Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AssetAggregation

The result of an analytics aggregation on a set of assets.

Properties

aggregatedProperty

aggregatedProperty: string

Aggregated property.

Optional count

count: undefined | number

Returns the total number of observations from the group of assets. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional dimensions

dimensions: undefined | object

The dimensions along which assets can be aggregated for analytics.

Optional max

max: undefined | number

Returns the highest value from all the assets. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional mean

mean: undefined | number

Returns the value of sum divided by count from the group of assets. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional min

min: undefined | number

Returns the lowest value from the group of assets. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional sum

sum: undefined | number

Returns all values added together from the group of assets. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj