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

In This Topic
    ISampledMetricSample Interface Members
    In This Topic

    The following tables list the members exposed by ISampledMetricSample.

    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)
     PropertyIndicates whether two samples are required to calculate a metric value or not.  
     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)
    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>)
     MethodOverloaded. Compute the resultant value for this sample.  
     MethodIndicates whether the current object is equal to another object of the same type. (Inherited from System.IEquatable<IMetricSample>)
    Top
    See Also