AzureBlobStorageApplicationLogsConfig Class

Definition

Application logs azure blob storage configuration.

public class AzureBlobStorageApplicationLogsConfig
type AzureBlobStorageApplicationLogsConfig = class
Public Class AzureBlobStorageApplicationLogsConfig
Inheritance
AzureBlobStorageApplicationLogsConfig

Constructors

AzureBlobStorageApplicationLogsConfig()

Initializes a new instance of the AzureBlobStorageApplicationLogsConfig class.

AzureBlobStorageApplicationLogsConfig(Nullable<LogLevel>, String, Nullable<Int32>)

Initializes a new instance of the AzureBlobStorageApplicationLogsConfig class.

Properties

Level

Gets or sets log level. Possible values include: 'Off', 'Verbose', 'Information', 'Warning', 'Error'

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