Aggregates when pivoting a result set by a dimension. See getData.

Enumeration Members

Enumeration Members

AVG: "AVG"

Calculates an average.

COUNT: "COUNT"

Returns the total number of data points.

MAX: "MAX"

Returns the maximum value.

MIN: "MIN"

Returns the minimum value.

SUM: "SUM"

Calculates a sum/total.

Generated using TypeDoc