ContentSize

The exclusion rule for the size (KB) of the transmitted object.

You can set this parameter only once. This parameter may be absent if you explicitly omitted it.

Path

ICAPSettings > Exclusions > ContentSize

Attributes

This element has no attributes.

Value

If the Content-Length header is present in the HTTP request, ContentSize is compared to its value. Otherwise, ContentSize is compared to the real size of the object. If any of these values are equal to or greater than the ContentSize value, the ICAP plugin does not scan this object. This applies both to requests made in preview mode and regular requests.

If you specify the value for the ContentSize parameter, the KAV SDK will use it instead of the value of ScanMaxFileSize.

Example

The following is an example of this element.

<ContentSize>2048</ContentSize>

Page top