OnUploadFilters Class
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. Determine which blobs get scanned by On Upload malware scanning. An Or operation is performed between each filter type.
public class OnUploadFilters : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.OnUploadFilters>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.OnUploadFilters>
type OnUploadFilters = class
interface IJsonModel<OnUploadFilters>
interface IPersistableModel<OnUploadFilters>
Public Class OnUploadFilters
Implements IJsonModel(Of OnUploadFilters), IPersistableModel(Of OnUploadFilters)
- Inheritance
-
OnUploadFilters
- Implements
Constructors
| Name | Description |
|---|---|
| OnUploadFilters() |
Initializes a new instance of OnUploadFilters. |
Properties
| Name | Description |
|---|---|
| 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. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
| ExcludeBlobsWithPrefix |
Optional. A list of prefixes to exclude from on-upload malware scanning.
Format: |
| 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. |