OnUploadFilters.ExcludeBlobsWithPrefix Property

Definition

Optional. A list of prefixes to exclude from on-upload malware scanning. Format: container-name/blob-name (start with the container name; do not include the storage account name). Exclude entire containers: Use prefix of container names you want to exclude without a trailing /. Exclude a single container: Add a trailing slash / after the container name to avoid excluding other containers with similar prefixes.

public System.Collections.Generic.IList<string> ExcludeBlobsWithPrefix { get; set; }
member this.ExcludeBlobsWithPrefix : System.Collections.Generic.IList<string> with get, set
Public Property ExcludeBlobsWithPrefix As IList(Of String)

Property Value

Applies to