MetricValue Class

 

Updated: September 18, 2014

Represents a metric value.

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

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

public ref class MetricValue 

NameDescription
System_CAPS_pubmethodMetricValue()

Initializes a new instance of the MetricValue class.

NameDescription
System_CAPS_pubpropertyAverage

Optional. Specifies the average value in the time range.

System_CAPS_pubpropertyCount

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_pubpropertyLast

Optional. Specifies the last sample in the time range.

System_CAPS_pubpropertyMaximum

Optional. Specifies the greatest value in the time range.

System_CAPS_pubpropertyMinimum

Optional. Specifies the least value in the time range.

System_CAPS_pubpropertyProperties

Optional. Collection of extended properties.

System_CAPS_pubpropertyTimestamp

Optional. The timestamp for the metric value.

System_CAPS_pubpropertyTotal

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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

Return to top
Show: