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: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public long CompressionThreshold { get; set; }
Public Property CompressionThreshold As Long
Get
Set
public:
property long long CompressionThreshold {
long long get ();
void set (long long value);
}
member CompressionThreshold : int64 with get, set
Property Value
Type:
Int64required length of data to consider compression
See Also