OnUploadProperties interface
Properties of On Upload malware scanning.
Properties
| cap |
Defines the max GB to be scanned per Month. Set to -1 if no capping is needed. If not specified, the default value is -1. |
| filters | Optional. Determine which blobs get scanned by On Upload malware scanning. An Or operation is performed between each filter type. |
| is |
Indicates whether On Upload malware scanning should be enabled. |
Property Details
capGBPerMonth
Defines the max GB to be scanned per Month. Set to -1 if no capping is needed. If not specified, the default value is -1.
capGBPerMonth?: number
Property Value
number
filters
Optional. Determine which blobs get scanned by On Upload malware scanning. An Or operation is performed between each filter type.
filters?: OnUploadFilters
Property Value
isEnabled
Indicates whether On Upload malware scanning should be enabled.
isEnabled?: boolean
Property Value
boolean