Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / IMetricSample Interface
Properties Methods

In This Topic
    IMetricSample Interface Members
    In This Topic

    The following tables list the members exposed by IMetricSample.

    Public Properties
     NameDescription
     PropertyThe unique id of this sample  
     PropertyThe metric this sample relates to.  
     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 raw value of the metric.  
    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<IMetricSample>)
     MethodIndicates whether the current object is equal to another object of the same type. (Inherited from System.IEquatable<IMetricSample>)
    Top
    See Also