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

In This Topic
    ISampledMetricDefinition Interface
    In This Topic
    The definition of a sampled (time series, single value) metric
    Object Model
    ISampledMetricDefinition InterfaceIMetricDefinitionCollection InterfaceIMetricDefinition InterfaceIMetricCollection InterfaceIMetric Interface
    Syntax
    'Declaration
     
    
    Public Interface ISampledMetricDefinition 
       Inherits IMetricDefinition 
    public interface ISampledMetricDefinition : IMetricDefinition  
    Remarks
    A sampled metric always has a value for any timestamp between its start and end timestamps. It presumes any interim value by looking at the best fit sampling of the real world value and assuming it covers the timestamp in question. It is therefore said to be contiguous for the range of start and end. Event metrics are only defined at the instant they are timestamped, and imply nothing for other timestamps. For event based metrics, use the EventMetricDefinition base class.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also