'Declaration
Public Enum MetricSampleType Inherits System.Enum
public enum MetricSampleType : System.Enum
'Declaration
Public Enum MetricSampleType Inherits System.Enum
public enum MetricSampleType : System.Enum
Member | Value | Description |
---|---|---|
IncrementalCount | 2 | Each sample is the incremental change since the prior sample as of the timestamp of the sample. |
IncrementalFraction | 3 | Each sample has the numerator and denominator expressed as the incremental change since the prior sample as of the timestamp of the sample. |
RawCount | 0 | Each sample value is in final form for display as of the timestamp of the sample. |
RawFraction | 1 | Each sample value has the numerator and denominator of a fraction for display as of the timestamp of the sample. |
TotalCount | 4 | Each sample value is the cumulative total up to the timestamp of the sample |
TotalFraction | 5 | Each sample value has the numerator and denominator expressed as the total up to the timestamp of the sample. |
System.Object
System.ValueType
System.Enum
Gibraltar.Monitor.MetricSampleType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2