WSCompressData
- Last Updated: April 18, 2018
- 1 minute read
- DataDirect Connectors
- JDBC
- Salesforce 6.0
- Documentation
Purpose
Specifies whether the driver compresses data it sends to or receives from the Web server.
Valid Values
none | compress
Behavior
If set to none, the driver sends and receives uncompressed data to and
from the Web server.
If set to compress, the driver sends and receives compressed data to and
from the Web server.
Notes
- Setting the WSCompressData property to
nonecan significantly degrade performance.
Data Source Method
setWSCompressData
Default
compress
Data Type
String