OnUploadFilters.ExcludeBlobsWithPrefix Property
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.
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)