Click or drag to resize
MemcacheCompressionThreshold Property
Sets the required length for data to be considered for compression. If the length of the data to be stored is not equal or larger than this value, it will not be compressed. This defaults to 15 KB.

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public long CompressionThreshold { get; set; }

Property Value

Type: Int64
required length of data to consider compression
See Also