WSCompressData
- Last Updated: January 10, 2022
- 1 minute read
- DataDirect Connectors
- JDBC
- Microsoft Dynamics 365 6.0
- Documentation
Purpose
Specifies whether the driver compresses data it sends to or receives from the service.
Valid Values
Compress | None
Behavior
If set to Compress, the driver sends and receives compressed data to and from the service.
If set to None, the driver sends and receives uncompressed data to and from the service.
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