Defines the measurement units of a StatisticValue.

Namespace: ININ.IceLib.Statistics
Assembly: ININ.IceLib.Statistics (in ININ.IceLib.Statistics.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public enum StatisticUnits
Visual Basic
Public Enumeration StatisticUnits

Members

Member nameValueDescription
None0 The value has no type specified.
Milliseconds1 The type represents time in milliseconds.
Seconds2 The type represents time in seconds.
Gigabytes3 The type represents gigabytes.
Kilobytes4 The type represents kilobytes.
Percent5 The type represents a percentage.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.

See Also