[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]
Indicates the types of operations to log. Namespace: Microsoft.WindowsAzure.StorageClient.Protocol
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
Indicates the types of operations to log. Namespace: Microsoft.WindowsAzure.StorageClient.Protocol
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
Usage
| Visual Basic |
|---|
Dim instance As LoggingOperations |
Syntax
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration LoggingOperations |
| C# |
|---|
[FlagsAttribute] public enum LoggingOperations |
| C++ |
|---|
[FlagsAttribute] public enum class LoggingOperations |
| J# |
|---|
| JScript |
|---|
Members
| Member name | Description |
|---|---|
| All | Indicates whether all storage service operations should be logged. |
| Delete | Indicates whether all delete requests should be logged. |
| None | Indicates if no operations should be logged. |
| Read | Indicates whether read operations should be logged. |
| Write | Indicates whether write operations should be logged. |
Remarks
These enumeration values can be combined using the OR operator (vertical bar in C#) to designate multiple fields in method parameters that expect this enumeration type.
For more details about this API, see the topics on the equivalent REST APIs in See Also > Other Resources.