Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

LoggingProperties Class (Microsoft.WindowsAzure.Storage.Shared.Protocol)

Class representing the service properties pertaining to logging.

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

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Shared.Protocol.::..LoggingProperties

Syntax

 
public sealed class LoggingProperties
 
public ref class LoggingProperties sealed 
 
[<Sealed>]
type LoggingProperties = class end
 
Public NotInheritable Class LoggingProperties

Constructors

NameDescription
System_CAPS_pubmethodLoggingProperties()()()()

Initializes a new instance of the LoggingProperties class.

System_CAPS_pubmethodLoggingProperties(String)(String^)(String)(String)

Initializes a new instance of the LoggingProperties class.

Properties

NameDescription
System_CAPS_pubpropertyLoggingOperationsLoggingOperationsLoggingOperationsLoggingOperations

Gets or sets the state of logging.

System_CAPS_pubpropertyRetentionDaysRetentionDaysRetentionDaysRetentionDays

Gets or sets the logging retention policy.

System_CAPS_pubpropertyVersionVersionVersionVersion

Gets or sets the version of the analytics service.

Methods

NameDescription
System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top