MetricValue Class
Updated: September 18, 2014
Represents a metric value.
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
| Name | Description | |
|---|---|---|
![]() | MetricValue() | Initializes a new instance of the MetricValue class. |
| Name | Description | |
|---|---|---|
![]() | Average | Optional. Specifies the average value in the time range. |
![]() | Count | Optional. Specifies the number of samples in the time range. Can be used to determine the number of values that contributed to the average value. |
![]() | Last | Optional. Specifies the last sample in the time range. |
![]() | Maximum | Optional. Specifies the greatest value in the time range. |
![]() | Minimum | Optional. Specifies the least value in the time range. |
![]() | Properties | Optional. Collection of extended properties. |
![]() | Timestamp | Optional. The timestamp for the metric value. |
![]() | Total | Optional. Specifies the sum of all of the values in the time range. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.jpeg?cs-save-lang=1&cs-lang=csharp)
.jpeg?cs-save-lang=1&cs-lang=csharp)
.jpeg?cs-save-lang=1&cs-lang=csharp)