Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AggregationType

Package version

Informs the type of the aggregation. It can be: count, sum, lastValue or distribution.

Index

Enumeration members

Enumeration members

COUNT

COUNT: = 0

DISTRIBUTION

DISTRIBUTION: = 3

LAST_VALUE

LAST_VALUE: = 2

SUM

SUM: = 1

Generated using TypeDoc