ServiceProperties.Metrics Property

Windows Runtime Azure Storage Client Library

Gets or sets the hour metrics properties.

Namespace: Microsoft.WindowsAzure.Storage.Shared.Protocol
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Usage

Visual Basic
Dim instance As ServiceProperties
Dim value As MetricsProperties

value = instance.Metrics

instance.Metrics = value

Syntax

Visual Basic
<ObsoleteAttribute("Metrics has been renamed to HourMetrics.")> _
Public Property Metrics As MetricsProperties
C#
[ObsoleteAttribute("Metrics has been renamed to HourMetrics.")] 
public MetricsProperties Metrics { get; set; }
C++
[ObsoleteAttribute(L"Metrics has been renamed to HourMetrics.")] 
public:
property MetricsProperties^ Metrics {
	MetricsProperties^ get ();
	void set (MetricsProperties^ value);
}
J#
/** @property */
public MetricsProperties get_Metrics ()

/** @property */
public void set_Metrics (MetricsProperties value)
JScript
public function get Metrics () : MetricsProperties

public function set Metrics (value : MetricsProperties)

Property Value

The metrics properties.

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.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also