Share via


service_properties::logging_properties Class

An object representing the service properties pertaining to logging.

class logging_properties;

Members

Public Constructors

Name Description

service_properties::logging_properties::logging_properties Constructor

Overloaded. Initializes a new instance of the logging_properties struct.

Public Methods

Name Description

service_properties::logging_properties::delete_enabled Method

Gets a value indicating whether all delete requests should be logged.

service_properties::logging_properties::read_enabled Method

Gets a value indicating whether all read requests should be logged.

service_properties::logging_properties::retention_days Method

Gets the number of days that logging data should be retained.

service_properties::logging_properties::retention_policy_enabled Method

Gets a value indicating whether a retention policy is enabled for service logs.

service_properties::logging_properties::set_delete_enabled Method

Sets a value indicating whether all delete requests should be logged.

service_properties::logging_properties::set_read_enabled Method

Sets a value indicating whether all read requests should be logged.

service_properties::logging_properties::set_retention_days Method

Sets the number of days that logging data should be retained.

service_properties::logging_properties::set_retention_policy_enabled Method

Sets a value indicating whether a retention policy is enabled for service logs.

service_properties::logging_properties::set_version Method

Gets the version of Storage Analytics to use.

service_properties::logging_properties::set_write_enabled Method

Sets a value indicating whether all write requests should be logged.

service_properties::logging_properties::version Method

Gets the version of Storage Analytics in use.

service_properties::logging_properties::write_enabled Method

Gets a value indicating whether all write requests should be logged.

Public Operators

Name Description

service_properties::logging_properties::operator= Operator

Returns a reference to a logging_properties object.

Inheritance Hierarchy

logging_properties

Requirements

Header: common.h

Namespace: azure::storage

See Also

Reference

service_properties Class