QueueAnalyticsLogging Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) | |