Represents the value type of a statistic.
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 StatisticValueType |
Visual Basic |
---|
Public Enumeration StatisticValueType |
Members
Member name | Value | Description | |
---|---|---|---|
NotSupported | 0 | Value type is not supported. | |
Null | 1 | Value type is nullNothingnullptra null reference (Nothing in Visual Basic). | |
Error | 2 | Value type is error. | |
Int | 3 | Value type is an integer. | |
Double | 4 | Value type is a double. | |
String | 5 | Value type is a string. | |
Bool | 6 | Value type is a bool. | |
TimeStamp | 7 | Value type is time stamp. | |
TimeDuration | 8 | Value type is time stamp representing a duration. | |
Duration | 9 | Value type is duration. | |
FutureDuration | 10 | Value type is a future duration. | |
FiniteDuration | 11 | Value is a duration that has a finite life. | |
Percent | 12 | Value type is a percent. | |
StatusMessageKey | 13 | Value type is a status message key. |
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.