Click or drag to resize
StatisticDescriptor Properties

The StatisticDescriptor type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Returns the description of this statistic
Public propertyID
Returns the id of this statistic in a StatisticsType class. The id is initialized when its statistics type is created.
Public propertyIsCounter
Returns true if this statistic is a counter; false if its a gauge. Counter statistics have values that always increase. Gauge statistics have unconstrained values.
Public propertyIsLargerBetter
Returns true if a larger statistic value indicates better performance.
Public propertyName
Returns the name of this statistic
Public propertyUnit
Returns the unit in which this statistic is measured.
Top
See Also