AccountQueuePropertiesLogging

data class AccountQueuePropertiesLogging(val delete: Boolean, val read: Boolean, val retentionPolicyDays: Int? = null, val version: String, val write: Boolean)

Constructors

Link copied to clipboard
constructor(delete: Boolean, read: Boolean, retentionPolicyDays: Int? = null, version: String, write: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether all delete requests should be logged.

Link copied to clipboard

Indicates whether all read requests should be logged.

Link copied to clipboard

Specifies the number of days that logs will be retained.

Link copied to clipboard

The version of storage analytics to configure.

Link copied to clipboard

Indicates whether all write requests should be logged.