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

In This Topic
    ISampledMetricDefinition Interface Members
    In This Topic

    The following tables list the members exposed by ISampledMetricDefinition.

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