Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Counter

Data object to store measurement for a performance counter. This object is used by CachedCounters to store counters.

Hierarchy

  • Counter

Index

Constructors

Properties

Constructors

constructor

Properties

average

average: number

The average value

count

count: number

The total count

last

last: number

The last recorded value

max

max: number

The maximum value

min

min: number

The minimum value

name

name: string

The counter unique name

time

time: Date

The recorded timestamp

type

The counter type that defines measurement algorithm

Generated using TypeDoc