AzureBlobStorageHttpLogsConfig Class
Http logs to azure blob storage configuration.
- Inheritance
-
AzureBlobStorageHttpLogsConfig
Constructor
AzureBlobStorageHttpLogsConfig(*, sas_url: Optional[str] = None, retention_in_days: Optional[int] = None, enabled: Optional[bool] = None, **kwargs)
Parameters
- retention_in_days
- int
Required
Retention in days. Remove blobs older than X days. 0 or lower means no retention.
- enabled
- bool
Required
True if configuration is enabled, false if it is disabled and null if configuration is not set.
Feedback
Submit and view feedback for