Class BlobAnalyticsLogging
Azure Analytics Logging settings.
Namespace: Azure.Storage.Blobs.Models
Assembly: Azure.Storage.Blobs.dll
Syntax
public class BlobAnalyticsLogging
Constructors
BlobAnalyticsLogging()
Creates a new BlobAnalyticsLogging instance
Declaration
public BlobAnalyticsLogging ();
Properties
Delete
Indicates whether all delete requests should be logged.
Declaration
public bool Delete { get; set; }
Property Value
Boolean
|
Read
Indicates whether all read requests should be logged.
Declaration
public bool Read { get; set; }
Property Value
Boolean
|
RetentionPolicy
the retention policy which determines how long the associated data should persist
Declaration
public Azure.Storage.Blobs.Models.BlobRetentionPolicy RetentionPolicy { get; set; }
Property Value
BlobRetentionPolicy
|
Version
The version of Storage Analytics to configure.
Declaration
public string Version { get; set; }
Property Value
String
|
Write
Indicates whether all write requests should be logged.
Declaration
public bool Write { get; set; }
Property Value
Boolean
|