Table of Contents

Enum LoggingOperations

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

Enumeration representing the state of logging in a service.

[Flags]
public enum LoggingOperations

Fields

All = Read | Write | Delete

Log all operations.

Delete = 4

Log delete operations.

None = 0

Logging is disabled.

Read = 1

Log read operations.

Write = 2

Log write operations.