AnalyticsLogging Class

Azure Analytics Logging settings.

Inheritance
azure.storage.blob._generated.models._models_py3.Logging
AnalyticsLogging

Constructor

AnalyticsLogging(**kwargs)

Parameters

version
str

The version of Storage Analytics to configure. The default value is 1.0.

delete
bool

Indicates whether all delete requests should be logged. The default value is False.

read
bool

Indicates whether all read requests should be logged. The default value is False.

write
bool

Indicates whether all write requests should be logged. The default value is False.

retention_policy
RetentionPolicy

Determines how long the associated data should persist. If not specified the retention policy will be disabled by default.