Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / IEventMetricDefinition Interface

In This Topic
    IEventMetricDefinition Interface Properties
    In This Topic

    For a list of all members of this type, see IEventMetricDefinition members.

    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 default value to display for this event metric. Typically this should be a trendable value.  
     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 set of values defined for this metric definition  
    Top
    See Also