OnUploadFilters interface
Optional. Determine which blobs get scanned by On Upload malware scanning. An Or operation is performed between each filter type.
Properties
| exclude |
Optional. Specifies the maximum size in bytes for blobs to be scanned. This parameter accepts a single positive integer value. Blobs larger than this value will be excluded from scanning. |
| exclude |
Optional. A list of prefixes to exclude from on-upload malware scanning.
Format: |
| exclude |
Optional. A list of suffixes to exclude from on-upload malware scanning. Suffixes match only the end of blob names, and should be used for file extensions or blob name endings only. |
Property Details
excludeBlobsLargerThan
Optional. Specifies the maximum size in bytes for blobs to be scanned. This parameter accepts a single positive integer value. Blobs larger than this value will be excluded from scanning.
excludeBlobsLargerThan?: any
Property Value
any
excludeBlobsWithPrefix
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.
excludeBlobsWithPrefix?: string[]
Property Value
string[]
excludeBlobsWithSuffix
Optional. A list of suffixes to exclude from on-upload malware scanning. Suffixes match only the end of blob names, and should be used for file extensions or blob name endings only.
excludeBlobsWithSuffix?: string[]
Property Value
string[]