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

In This Topic
    IMetric Interface Members
    In This Topic

    The following tables list the members exposed by IMetric.

    Public Properties
     NameDescription
     PropertyA short caption of what the metric tracks, suitable for end-user display.  
     PropertyThe category of this metric for display purposes. Category is the top displayed hierarchy.  
     PropertyThe display name of this metric (unique within the category name).  
     PropertyThe definition of this metric object.  
     PropertyA description of what is tracked by this metric, suitable for end-user display.  
     PropertyThe last date and time of the raw data samples.  
     PropertyThe unique Id of this metric instance. This can reliably be used as a key to refer to this item.  
     PropertyGets or sets an instance name for this performance counter.  
     PropertyIndicates whether this is the default metric instance for this metric definition or not.  
     PropertyThe internal metric type of this metric definition  
     PropertyThe fully qualified name of the metric being captured.  
     PropertyThe set of raw samples for this metric  
     PropertyThe sample type of the metric. Indicates whether the metric represents discrete events or a continuous value.  
     PropertyThe earliest start date and time of the raw data samples.  
    Top
    Public Methods
     NameDescription
     MethodOverloaded. Calculate displayable values based on the full information captured for this metric, returning all dates available at the default interval.  
    Top
    See Also