SeRuntimeCompressionProperties

SeRuntimeCompressionProperties
SeRuntimeCompressionProperties
JSON Example
{
    "max_low_rtt": 0,
    "min_high_rtt": 0,
    "min_length": 0,
    "mobile_str": [
        "string"
    ]
}
integer As int32 As int32
max_low_rtt
Optional

If client RTT is higher than this threshold, enable normal compression on the response. Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

integer As int32 As int32
min_high_rtt
Optional

If client RTT is higher than this threshold, enable aggressive compression on the response. Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

integer As int32 As int32
min_length
Optional

Minimum response content length to enable compression. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

array of string
mobile_str
Optional

Values that identify mobile browsers in order to enable aggressive compression. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.