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

In This Topic
    IEventMetricSample Interface Members
    In This Topic

    The following tables list the members exposed by IEventMetricSample.

    Public Properties
     NameDescription
     PropertyThe unique id of this sample (Inherited from Loupe.Extensibility.Data.IMetricSample)
     PropertyThe metric this sample relates to. (Inherited from Loupe.Extensibility.Data.IMetricSample)
     PropertyThe increasing sequence number of all sample packets for this metric to be used as an absolute order sort. (Inherited from Loupe.Extensibility.Data.IMetricSample)
     PropertyThe exact date and time the metric was captured. (Inherited from Loupe.Extensibility.Data.IMetricSample)
     PropertyThe raw value of the metric. (Inherited from Loupe.Extensibility.Data.IMetricSample)
     PropertyThe array of values associated with this sample. Any value may be a null object.  
    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>)
     MethodCompute the resultant value for this sample compared with the provided baseline sample.  
     MethodIndicates whether the current object is equal to another object of the same type. (Inherited from System.IEquatable<IMetricSample>)
    Top
    See Also