Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AggregatedNumberValue

Hierarchy

  • AggregatedNumberValue

Index

Properties

Properties

aggregate

aggregate: "avg" | "min" | "max" | "count" | "sum"
example

avg

Optional property

property: undefined | string

The property the aggregate was calculated from

example

duration

Optional value

value: undefined | number

Value returned by the aggregate function

example

0.2