ServiceProperties.HourMetrics 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.HourMetrics

instance.HourMetrics = value

Syntax

Visual Basic
Public Property HourMetrics As MetricsProperties
C#
public MetricsProperties HourMetrics { get; set; }
C++
public:
property MetricsProperties^ HourMetrics {
	MetricsProperties^ get ();
	void set (MetricsProperties^ value);
}
J#
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public MetricsProperties get_HourMetrics ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_HourMetrics (MetricsProperties value)
JScript
CompilerGeneratedAttribute 
public function get HourMetrics () : MetricsProperties

CompilerGeneratedAttribute 
public function set HourMetrics (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