Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / MetricValueCollection Class


MetricValueCollection Class Properties

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

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