Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / IMetricValueCollection Interface

IMetricValueCollection Interface Properties

For a list of all members of this type, see IMetricValueCollection members.

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
See Also