Share via


MetricValue Class

 

Represents a metric value.

Namespace:   Microsoft.Azure.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Insights.Models.MetricValue

Syntax

public class MetricValue
public ref class MetricValue 
type MetricValue = class end
Public Class MetricValue

Constructors

Name Description
System_CAPS_pubmethod MetricValue()

Initializes a new instance of the MetricValue class.

Properties

Name Description
System_CAPS_pubproperty Average

Optional. Specifies the average value in the time range.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty Last

Optional. Specifies the last sample in the time range.

System_CAPS_pubproperty Maximum

Optional. Specifies the greatest value in the time range.

System_CAPS_pubproperty Minimum

Optional. Specifies the least value in the time range.

System_CAPS_pubproperty Properties

Optional. Collection of extended properties.

System_CAPS_pubproperty Timestamp

Optional. The timestamp for the metric value.

System_CAPS_pubproperty Total

Optional. Specifies the sum of all of the values in the time range.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.Insights.Models Namespace

Return to top