Table of Contents

Class LoggingProperties

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

Class representing the service properties pertaining to logging.

public sealed class LoggingProperties
Inheritance
LoggingProperties
Inherited Members

Constructors

LoggingProperties()

Initializes a new instance of the LoggingProperties class.

public LoggingProperties()

LoggingProperties(string)

Initializes a new instance of the LoggingProperties class.

public LoggingProperties(string version)

Parameters

version string

Properties

LoggingOperations

Gets or sets the state of logging.

public LoggingOperations LoggingOperations { get; set; }

Property Value

LoggingOperations

A combination of LoggingOperations flags describing the operations that are logged.

RetentionDays

Gets or sets the logging retention policy.

public int? RetentionDays { get; set; }

Property Value

int?

The number of days to retain the logs.

Version

Gets or sets the version of the analytics service.

public string Version { get; set; }

Property Value

string

A string identifying the version of the service.