jobTimeoutMs property

String? jobTimeoutMs
getter/setter pair

Job timeout in milliseconds.

If this time limit is exceeded, BigQuery will attempt to stop a longer job, but may not always succeed in canceling it before the job completes. For example, a job that takes more than 60 seconds to complete has a better chance of being stopped than a job that takes 10 seconds to complete.

Optional.

Implementation

core.String? jobTimeoutMs;