Table of Contents

Enum MetricsLevel

Namespace
Microsoft.WindowsAzure.Storage.Shared.Protocol
Assembly
Microsoft.WindowsAzure.Storage.dll

Enumeration representing the state of metrics collection in a service.

public enum MetricsLevel

Fields

None = 0

Metrics collection is disabled.

Service = 1

Service-level metrics collection is enabled.

ServiceAndApi = 2

Service-level and API metrics collection are enabled.