MetricValue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a metric value.
public class MetricValue
type MetricValue = class
Public Class MetricValue
- Inheritance
-
MetricValue
Properties
Average |
The average value in the time range. |
Count |
The number of samples in the time range. Can be used to determine the number of values that contributed to the average value. |
Maximum |
The greatest value in the time range. |
Minimum |
The least value in the time range. |
TimeStamp |
The timestamp for the metric value in ISO 8601 format. |
Total |
The sum of all of the values in the time range. |
Methods
ToString() |
Returns a string that represents the current object. |
Applies to
Azure SDK for .NET