Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

MetricsLevel Enumeration (Microsoft.WindowsAzure.Storage.Shared.Protocol)

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)

Syntax

 
public enum MetricsLevel
 
public enum class MetricsLevel
 
type MetricsLevel
 
Public Enumeration MetricsLevel

Members

Member nameDescription
None

Metrics collection is disabled.

Service

Service-level metrics collection is enabled.

ServiceAndApi

Service-level and API metrics collection are enabled.

Return to top