IMetricValue Interface Members
In This Topic
The following tables list the members exposed by IMetricValue.
Public Properties
| 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. |
| 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. |
Top
Public Methods
| Name | Description |
| CompareTo | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. (Inherited from System.IComparable<IMetricValue>) |
| Equals | Indicates whether the current object is equal to another object of the same type. (Inherited from System.IEquatable<IMetricValue>) |
Top
See Also