Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LastValueData

Package version

This AggregationData represents the last recorded value. This is useful when giving support to Gauges.

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

value

value: number

The last recorded value

Generated using TypeDoc