Defines the measurement units of a StatisticValue.
Namespace: ININ.IceLib.StatisticsAssembly: 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 name | Value | Description | |
---|---|---|---|
None | 0 | The value has no type specified. | |
Milliseconds | 1 | The type represents time in milliseconds. | |
Seconds | 2 | The type represents time in seconds. | |
Gigabytes | 3 | The type represents gigabytes. | |
Kilobytes | 4 | The type represents kilobytes. | |
Percent | 5 | 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.
For 4.0, supported for IC Server version 4.0 GA and beyond.