Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / IMetricValue Interface
Properties Methods

IMetricValue Interface Members

The following tables list the members exposed by IMetricValue.

Public Properties
 NameDescription
 PropertyThe date and time the metric was captured in the effective time zone.  
 PropertyThe value of the metric, multiplied by 100.  
 PropertyThe increasing sequence number of all sample packets for this metric to be used as an absolute order sort.  
 PropertyThe exact date and time the metric was captured.  
 PropertyThe value of the metric.  
 PropertyThe metric value set this value is part of.  
Top
Public Methods
 NameDescription
 MethodCompares 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>)
 MethodIndicates whether the current object is equal to another object of the same type. (Inherited from System.IEquatable<IMetricValue>)
Top
See Also