MetricsProperties.MetricsLevel Property

Windows Runtime Azure Storage Client Library

Gets or sets the state of metrics collection.

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

Usage

Visual Basic
Dim instance As MetricsProperties
Dim value As MetricsLevel

value = instance.MetricsLevel

instance.MetricsLevel = value

Syntax

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

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_MetricsLevel (MetricsLevel value)
JScript
CompilerGeneratedAttribute 
public function get MetricsLevel () : MetricsLevel

CompilerGeneratedAttribute 
public function set MetricsLevel (value : MetricsLevel)

Property Value

A MetricsLevel value indicating which metrics to collect, if any.

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