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

  • Creates a instance of the data obejct

    Parameters

    • name: string

      a counter name.

    • type: CounterType

      a counter type.

    Returns Counter

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