Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / MetricValue Class
Properties Methods


In This Topic
    MetricValue Class Members
    In This Topic

    The following tables list the members exposed by MetricValue.

    Public Constructors
     NameDescription
    Public ConstructorCreate a new metric value for the specified metric value set.  
    Top
    Public Properties
     NameDescription
    Public PropertyThe date and time the metric was captured in the effective time zone.  
    Public PropertyThe value of the metric multiplied by 100 to handle raw percentage display  
    Public PropertyThe increasing sequence number of all sample packets for this metric to be used as an absolute order sort.  
    Public PropertyThe exact date and time the metric was captured.  
    Public PropertyThe value of the metric.  
    Public PropertyThe metric value set this value is part of.  
    Top
    Public Methods
     NameDescription
    Public MethodCompare this metric value to another for the purpose of sorting them in time.  
    Public MethodOverloaded. Determines if the provided MetricValue object is identical to this object.  
    Public MethodServes as the default hash function. Provides a representative hash code for objects of this type to spread out distribution in hash tables.  
    Top
    Public Operators
    Compares two MetricValue instances for equality.
    Compares if one MetricValue instance should sort greater than another.
    Compares two MetricValue instances for inequality.
    Compares if one MetricValue instance should sort less than another.
    Top
    See Also