Name | Description | |
---|---|---|
MetricValue Constructor | Create a new metric value for the specified metric value set. |
The following tables list the members exposed by MetricValue.
Name | Description | |
---|---|---|
MetricValue Constructor | Create a new metric value for the specified metric value set. |
Name | Description | |
---|---|---|
LocalTimestamp | The date and time the metric was captured in the effective time zone. | |
PercentageValue | The value of the metric multiplied by 100 to handle raw percentage display | |
Sequence | The increasing sequence number of all sample packets for this metric to be used as an absolute order sort. | |
Timestamp | The exact date and time the metric was captured. | |
Value | The value of the metric. | |
ValueCollection | The metric value set this value is part of. |
Name | Description | |
---|---|---|
CompareTo | Compare this metric value to another for the purpose of sorting them in time. | |
Equals | Overloaded. Determines if the provided MetricValue object is identical to this object. | |
GetHashCode | Provides a representative hash code for objects of this type to spread out distribution in hash tables. |
Equality | Compares two MetricValue instances for equality. |
Greater Than | Compares if one MetricValue instance should sort greater than another. |
Inequality | Compares two MetricValue instances for inequality. |
Less Than | Compares if one MetricValue instance should sort less than another. |