MetricsLevel Enumeration

Windows Runtime Azure Storage Client Library

Enumeration representing the state of metrics collection in a service.

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

Usage

Visual Basic
Dim instance As MetricsLevel

Syntax

Visual Basic
Public Enumeration MetricsLevel
C#
public enum MetricsLevel
C++
public enum class MetricsLevel
J#
public enum MetricsLevel
JScript
public enum MetricsLevel

Members

Member nameDescription
NoneMetrics collection is disabled.
ServiceService-level metrics collection is enabled.
ServiceAndApiService-level and API metrics collection are enabled.

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