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