Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SumData

Package version

Data collected and aggregated with this AggregationData will be summed up.

Hierarchy

Index

Properties

tagValues

tagValues: Array<TagValue | null>

The tagValues that this AggregationData collects and aggregates

timestamp

timestamp: number

The latest timestamp a new data point was recorded

type

type: SUM

value

value: number

The current accumulated value

Generated using TypeDoc