QueueAnalyticsLogging Class

Definition

Azure Analytics Logging settings.

public class QueueAnalyticsLogging
public class QueueAnalyticsLogging : System.ClientModel.Primitives.IPersistableModel<Azure.Storage.Queues.Models.QueueAnalyticsLogging>
type QueueAnalyticsLogging = class
type QueueAnalyticsLogging = class
    interface IPersistableModel<QueueAnalyticsLogging>
Public Class QueueAnalyticsLogging
Public Class QueueAnalyticsLogging
Implements IPersistableModel(Of QueueAnalyticsLogging)
Inheritance
QueueAnalyticsLogging
Implements

Constructors

Name Description
QueueAnalyticsLogging()

Creates a new QueueAnalyticsLogging instance

Properties

Name Description
Delete

Whether delete operation is logged.

Read

Whether read operation is logged.

RetentionPolicy

The retention policy of the logs.

Version

The version of the logging properties.

Write

Whether write operation is logged.

Methods

Name Description
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IPersistableModel<QueueAnalyticsLogging>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<QueueAnalyticsLogging>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<QueueAnalyticsLogging>.Write(ModelReaderWriterOptions)

Applies to