AzureBlobStorageHttpLogsConfig Class

Definition

Http logs to azure blob storage configuration.

public class AzureBlobStorageHttpLogsConfig
type AzureBlobStorageHttpLogsConfig = class
Public Class AzureBlobStorageHttpLogsConfig
Inheritance
AzureBlobStorageHttpLogsConfig

Constructors

AzureBlobStorageHttpLogsConfig()

Initializes a new instance of the AzureBlobStorageHttpLogsConfig class.

AzureBlobStorageHttpLogsConfig(String, Nullable<Int32>, Nullable<Boolean>)

Initializes a new instance of the AzureBlobStorageHttpLogsConfig class.

Properties

Enabled

Gets or sets true if configuration is enabled, false if it is disabled and null if configuration is not set.

RetentionInDays

Gets or sets retention in days. Remove blobs older than X days. 0 or lower means no retention.

SasUrl

Gets or sets SAS url to a azure blob container with read/write/list/delete permissions.

Applies to