WSCompressData
- Last Updated: January 10, 2022
- 1 minute read
- DataDirect Connectors
- JDBC
- Microsoft Sharepoint 6.0
- Documentation
Purpose
Specifies whether the driver compresses data it sends to or receives from the site.
Valid Values
Compress | None
Behavior
If set to Compress, the driver sends and receives compressed data to and from the site.
If set to None, the driver sends and receives uncompressed data to and from the site.
Notes
Setting WSCompressData to None can significantly degrade performance.
Data Source Methods
public String getWSCompressData()
public void setWSCompressData(String)
Default Value
Compress
Data Type
String