Name | Description | |
---|---|---|
AverageValue | The average value in the value set, useful for setting ranges for display. The average value may be negative. | |
Caption | A display caption for this metric set. | |
Count | Gets the number of elements contained in the ICollection. (Inherited from System.Collections.Generic.ICollection<IMetricValue>) | |
Description | A description of this metric set. | |
EndDateTime | The end date and time of this value set interval. This may not represent all of the data available in the metric. | |
Interval | The unit of intervals between samples. If not set to default or shortest, see the Intervals property for how many intervals between samples. | |
Intervals | The number of intervals between samples in the interval set. | |
IsReadOnly | Gets a value indicating whether the ICollection is read-only. (Inherited from System.Collections.Generic.ICollection<IMetricValue>) | |
Item | Gets or sets the element at the specified index. (Inherited from System.Collections.Generic.IList<IMetricValue>) | |
MaxValue | The largest value in the value set, useful for setting ranges for display. The maximum value may be negative. | |
MaxValueMetricValue | The metric object with the largest value in the value set, useful for setting ranges for display. The maximum value may be negative. | |
MinValue | The smallest value in the value set, useful for setting ranges for display. The minimum value may be negative. | |
MinValueMetricValue | The metric object with the smallest value in the value set, useful for setting ranges for display. The minimum value may be negative. | |
PercentileValue | The 95th percentile value in the value set. The percentile value may be negative. | |
StartDateTime | The start date and time of this value set interval. This may not represent all of the data available in the metric. | |
UnitCaption | The display caption for the values in this set |