skip to main content
Connection property descriptions : JobTimeout
  

Try DataDirect Drivers Now

JobTimeout

Purpose

Specifies the time, in seconds, that the driver waits for a job to run before timing it out.

Valid Values

0 | x
where:
x
is a positive integer that defines the number of seconds the driver waits for a job to run.

Behavior

If set to 0, the driver waits indefinitely for a job to run; there is no timeout.
If set to x, the driver uses the value as the default timeout for any job run against a Google BigQuery instance.

Data Source Method

setJobTimeout

Default

0 (no timeout)

Data Type

Int

See also

Timeout properties