Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AzureBlobStorageHttpLogsConfig

Package version

Http logs to azure blob storage configuration.

Hierarchy

  • AzureBlobStorageHttpLogsConfig

Index

Properties

Optional enabled

enabled: undefined | false | true

True if configuration is enabled, false if it is disabled and null if configuration is not set.

Optional retentionInDays

retentionInDays: undefined | number

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

Optional sasUrl

sasUrl: undefined | string

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

Generated using TypeDoc