Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

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

Enumeration representing the state of logging in a service.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

 
[FlagsAttribute]
public enum LoggingOperations
 
[FlagsAttribute]
public enum class LoggingOperations
 
[<FlagsAttribute>]
type LoggingOperations
 
<FlagsAttribute>
Public Enumeration LoggingOperations

Members

Member nameDescription
All

Log all operations.

Delete

Log delete operations.

None

Logging is disabled.

Read

Log read operations.

Write

Log write operations.

Return to top