Data object used to store the measurements of a performance counter.
Description
The Counter class allows you to create data objects used to store the measurements of performance counters.
Important points
- This object is used by CachedCounters to store counters.
Constructors
Creates a instance of the data object.
public
constructor(name: string = null, type: CounterType = null)
- name: string - a counter name.
- type: CounterType - a counter type.