AzureBlobStorageHttpLogsConfig 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.
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
Azure SDK for .NET