Sets the threshold for triggering data compression.

C# |
public int DataCompressionThreshold { set; }

When data compression is enabled for a session, the Data Compression Threshold will be the amount of serialized data (in kilobytes) to allow before triggering compression.The default value for this threshold is 1 kilobyte.
Note: Seting this value has no effect if data compression is disabled.