Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / MetricValueCollection Class
Properties Methods


In This Topic
    MetricValueCollection Class Members
    In This Topic

    The following tables list the members exposed by MetricValueCollection.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyThe average value in the value set, useful for setting ranges for display. The average value may be negative.  
    Public PropertyA display caption for this metric set.  
    Public PropertyThe number of items currently in the collection  
    Public PropertyA description of this metric set.  
    Public PropertyThe end date and time of this value set interval. This may not represent all of the data available in the metric.  
    Public PropertyThe unit of intervals between samples. If not set to default or shortest, see the Intervals property for how many intervals between samples.  
    Public PropertyThe number of intervals between samples in the interval set.  
    Public PropertyGets a value indicating whether the System.Collections.IList has a fixed size.  
    Public PropertyIndicates if the collection is read only and therefore can't have items added or removed.  
    Public PropertyGets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe).  
    Public PropertyGets the item in the collection at the specified zero-based index.  
    Public PropertyThe largest value in the value set, useful for setting ranges for display. The maximum value may be negative.  
    Public PropertyThe metric object with the largest value in the value set, useful for setting ranges for display. The maximum value may be negative.  
    Public PropertyThe smallest value in the value set, useful for setting ranges for display. The minimum value may be negative.  
    Public PropertyThe metric object with the smallest value in the value set, useful for setting ranges for display. The minimum value may be negative.  
    Public PropertyThe 95th percentile value in the value set. The percentile value may be negative.  
    Public PropertyThe start date and time of this value set interval. This may not represent all of the data available in the metric.  
    Public PropertyGets an object that can be used to synchronize access to the System.Collections.ICollection.  
    Public PropertyThe display caption for the values in this set  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds the supplied MetricValue item to this collection.  
    Public MethodClearing objects is not supported.  
    Public MethodOverloaded. Determines whether the System.Collections.IList contains a specific value.  
    Public MethodOverloaded. Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.  
    Public MethodOverloaded. Searches for the specified value and returns the zero-based index of the first occurrence  
    Public MethodOverloaded. Not Supported.  
    Public MethodOverloaded. Removing objects is not supported.  
    Public MethodRemoves the item at the specified index. REMOVING IS NOT CURRENTLY SUPPORTED.  
    Top
    See Also