IMetricSample Interface Members
In This Topic
The following tables list the members exposed by IMetricSample.
Public Properties
| Name | Description |
| Id | The unique id of this sample |
| Metric | The metric this sample relates to. |
| 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 raw value of the metric. |
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<IMetricSample>) |
| Equals | Indicates whether the current object is equal to another object of the same type. (Inherited from System.IEquatable<IMetricSample>) |
Top
See Also