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

In This Topic
    IMetricDefinition Interface Members
    In This Topic

    The following tables list the members exposed by IMetricDefinition.

    Public Properties
     NameDescription
     PropertyA short display string for this metric definition, suitable for end-user display.  
     PropertyThe category of this metric for display purposes. This can be a period delimited string to represent a variable height hierarchy  
     PropertyAn array of the individual category names within the specified category name which is period delimited.  
     PropertyThe display name of this metric (unique within the category name).  
     PropertyThe definitions collection that contains this definition.  
     PropertyA description of what is tracked by this metric, suitable for end-user display.  
     PropertyThe unique Id of this metric definition packet. This can reliably be used as a key to refer to this item.  
     PropertyThe recommended default display interval for graphing.  
     PropertyThe set of metrics that use this definition.  
     PropertyThe internal metric type of this metric definition  
     PropertyThe name of the metric definition being captured.  
     PropertyThe sample type of the metric. Indicates whether the metric represents discrete events or a continuous value.  
    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<IMetricDefinition>)
     MethodIndicates whether the current object is equal to another object of the same type. (Inherited from System.IEquatable<IMetricDefinition>)
    Top
    See Also