Loupe - Log - Monitor - Resolve
Gibraltar.Agent.Metrics Namespace / SummaryFunction Enumeration

In This Topic
    SummaryFunction Enumeration
    In This Topic
    Indicates the default way to interpret multiple values for display purposes
    Syntax
    'Declaration
     
    
    Public Enum SummaryFunction 
       Inherits System.Enum
    public enum SummaryFunction : System.Enum 
    Members
    MemberValueDescription
    Average0Average all of the values within each sample range to determine the displayed value.
    Count4The number of values within each sample range.
    RunningAverage2An average of all values up through the end of the sample range.
    RunningSum3The sum of all values up through the end of the sample range.
    Sum1Add all of the values within each sample range to determine the displayed value.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Gibraltar.Agent.Metrics.SummaryFunction

    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