MetricValue Class

 

Represents a metric value.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Monitoring.Metrics.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 Annotation

Optional. Specifies annotation for the metric.

System_CAPS_pubproperty Average

Optional. Specifies the average value in the time interval.

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

System_CAPS_pubproperty Maximum

Optional. Specifies the maximum value in the time interval.

System_CAPS_pubproperty Minimum

Optional. Specifies the minimum value in the time interval.

System_CAPS_pubproperty Timestamp

Optional. The timestamp for the metric value.

System_CAPS_pubproperty Total

Optional. Specifies the total value in the time interval.

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.WindowsAzure.Management.Monitoring.Metrics.Models Namespace

Return to top