MetricValue Members
Represents a metric value.
The following tables list the members exposed by the MetricValue type.
Public Constructors
Name | Description | |
---|---|---|
MetricValue | Initializes a new instance of the MetricValue class. |
Top
Public Properties
Name | Description | |
---|---|---|
Annotation | Optional. Specifies annotation for the metric. | |
Average | Optional. Specifies the average value in the time interval. | |
Count | Optional. Specifies the sample count in the time interval. Can be used to determine the number of values that contributed to the average value. | |
Maximum | Optional. Specifies the maximum value in the time interval. | |
Minimum | Optional. Specifies the minimum value in the time interval. | |
Timestamp | Optional. The timestamp for the metric value. | |
Total | Optional. Specifies the total value in the time interval. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
MetricValue Class
Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models Namespace