LoggingOperations Enumeration
Enumeration representing the state of logging in a service.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Members
| Member name | Description | |
|---|---|---|
| All | Log all operations. | |
| Delete | Log delete operations. | |
| None | Logging is disabled. | |
| Read | Log read operations. | |
| Write | Log write operations. |