Name | Description | |
---|---|---|
![]() | MetricValueCollection Constructor | Overloaded. |
The following tables list the members exposed by MetricValueCollection.
Name | Description | |
---|---|---|
![]() | MetricValueCollection Constructor | Overloaded. |
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 | The number of items currently in the collection |
![]() | 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. |
![]() | IsFixedSize | Gets a value indicating whether the System.Collections.IList has a fixed size. |
![]() | IsReadOnly | Indicates if the collection is read only and therefore can't have items added or removed. |
![]() | IsSynchronized | Gets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe). |
![]() | Item | Gets the item in the collection at the specified zero-based index. |
![]() | 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. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the System.Collections.ICollection. |
![]() | UnitCaption | The display caption for the values in this set |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds the supplied MetricValue item to this collection. |
![]() | Clear | Clearing objects is not supported. |
![]() | Contains | Overloaded. Determines whether the System.Collections.IList contains a specific value. |
![]() | CopyTo | Overloaded. Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array. |
![]() | IndexOf | Overloaded. Searches for the specified value and returns the zero-based index of the first occurrence |
![]() | Insert | Overloaded. Not Supported. |
![]() | Remove | Overloaded. Removing objects is not supported. |
![]() | RemoveAt | Removes the item at the specified index. REMOVING IS NOT CURRENTLY SUPPORTED. |