AzureBlobStorageApplicationLogsConfigResponse

data class AzureBlobStorageApplicationLogsConfigResponse(val level: String? = null, val retentionInDays: Int? = null, val sasUrl: String? = null)

Application logs azure blob storage configuration.

Constructors

constructor(level: String? = null, retentionInDays: Int? = null, sasUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val level: String? = null

Log level.

Link copied to clipboard
val retentionInDays: Int? = null

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

Link copied to clipboard
val sasUrl: String? = null

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