Represents the value type of a statistic.

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 StatisticValueType
Visual Basic
Public Enumeration StatisticValueType

Members

Member nameValueDescription
NotSupported0 Value type is not supported.
Null1 Value type is nullNothingnullptra null reference (Nothing in Visual Basic).
Error2 Value type is error.
Int3 Value type is an integer.
Double4 Value type is a double.
String5 Value type is a string.
Bool6 Value type is a bool.
TimeStamp7 Value type is time stamp.
TimeDuration8 Value type is time stamp representing a duration.
Duration9 Value type is duration.
FutureDuration10 Value type is a future duration.
FiniteDuration11 Value is a duration that has a finite life.
Percent12 Value type is a percent.
StatusMessageKey13 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.

See Also