WSRetryCount
- Last Updated: May 25, 2023
- 1 minute read
- DataDirect Connectors
- JDBC
- Google BigQuery 6.0
- Documentation
Description
The number of times the driver retries a timed-out Select, Insert, Update, or Delete request. The timeout period is specified by the WSTimeout connection property.
Valid Values
0 | x
where:
- x
- is a positive integer.
Behavior
If set to 0, the driver does not retry timed-out requests after the
initial unsuccessful attempt.
If set to x, the driver retries the
timed-out request the specified number of times.
Data Source Method
setWSRetryCount
Default
5
Data Type
Int