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

In This Topic
    IEventMetricValueDefinition Interface Members
    In This Topic

    The following tables list the members exposed by IEventMetricValueDefinition.

    Public Properties
     NameDescription
     PropertyThe end-user display caption for this value.  
     PropertyThe default way that individual samples will be aggregated to create a graphable trend.  
     PropertyThe metric definition this value is associated with.  
     PropertyThe end-user description for this value.  
     PropertyThe index of this value definition (and related values) within the values collection.  
     PropertyIndicates whether the metric value can be graphed as a trend.  
     PropertyThe unique name for this value within the event definition.  
     PropertyThe simple type of all data recorded for this value.  
     PropertyThe units of measure for the data captured with this value (if trendable)  
    Top
    Public Methods
     NameDescription
     MethodIndicates whether the current object is equal to another object of the same type. (Inherited from System.IEquatable<IEventMetricValueDefinition>)
    Top
    See Also