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

In This Topic
    IMetricValueCollection Interface Members
    In This Topic

    The following tables list the members exposed by IMetricValueCollection.

    Public Properties
     NameDescription
     PropertyThe average value in the value set, useful for setting ranges for display. The average value may be negative.  
     PropertyA display caption for this metric set.  
     PropertyGets the number of elements contained in the ICollection. (Inherited from System.Collections.Generic.ICollection<IMetricValue>)
     PropertyA description of this metric set.  
     PropertyThe end date and time of this value set interval. This may not represent all of the data available in the metric.  
     PropertyThe unit of intervals between samples. If not set to default or shortest, see the Intervals property for how many intervals between samples.  
     PropertyThe number of intervals between samples in the interval set.  
     PropertyGets a value indicating whether the ICollection is read-only. (Inherited from System.Collections.Generic.ICollection<IMetricValue>)
     PropertyGets or sets the element at the specified index. (Inherited from System.Collections.Generic.IList<IMetricValue>)
     PropertyThe largest value in the value set, useful for setting ranges for display. The maximum value may be negative.  
     PropertyThe metric object with the largest value in the value set, useful for setting ranges for display. The maximum value may be negative.  
     PropertyThe smallest value in the value set, useful for setting ranges for display. The minimum value may be negative.  
     PropertyThe metric object with the smallest value in the value set, useful for setting ranges for display. The minimum value may be negative.  
     PropertyThe 95th percentile value in the value set. The percentile value may be negative.  
     PropertyThe start date and time of this value set interval. This may not represent all of the data available in the metric.  
     PropertyThe display caption for the values in this set  
    Top
    Public Methods
     NameDescription
     MethodAdds an item to the ICollection. (Inherited from System.Collections.Generic.ICollection<IMetricValue>)
     MethodRemoves all items from the ICollection. (Inherited from System.Collections.Generic.ICollection<IMetricValue>)
     MethodDetermines whether the ICollection contains a specific value. (Inherited from System.Collections.Generic.ICollection<IMetricValue>)
     MethodCopies the elements of the ICollection to an System.Array, starting at a particular System.Array index. (Inherited from System.Collections.Generic.ICollection<IMetricValue>)
     MethodReturns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<IMetricValue>)
     MethodDetermines the index of a specific item in the IList. (Inherited from System.Collections.Generic.IList<IMetricValue>)
     MethodInserts an item to the IList at the specified index. (Inherited from System.Collections.Generic.IList<IMetricValue>)
     MethodRemoves the first occurrence of a specific object from the ICollection. (Inherited from System.Collections.Generic.ICollection<IMetricValue>)
     MethodRemoves the IList item at the specified index. (Inherited from System.Collections.Generic.IList<IMetricValue>)
    Top
    See Also