Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MetricData

Package version

interface

An interface representing MetricData. The metric data.

Hierarchy

  • MetricData

Index

Properties

Optional average

average: undefined | number
member

{number} [average] The average of all samples at the time stamp.

Optional count

count: undefined | number
member

{number} [count] The count of all samples at the time stamp.

Optional maximum

maximum: undefined | number
member

{number} [maximum] The maximum of all samples at the time stamp.

Optional minimum

minimum: undefined | number
member

{number} [minimum] The minimum of all samples at the time stamp.

Optional sum

sum: undefined | number
member

{number} [sum] The sum of all samples at the time stamp.

Optional timeStamp

timeStamp: Date
member

{Date} [timeStamp] The time stamp of the metric data.

Generated using TypeDoc