concurrency

@JvmName(name = "gfqgibkmlkmtkgap")
suspend fun concurrency(value: Output<String>)
@JvmName(name = "larmufginacgecby")
suspend fun concurrency(value: String?)

Parameters

value

Job concurrency target which sets a soft upper bound on the number of jobs that can run concurrently in this reservation. This is a soft target due to asynchronous nature of the system and various optimizations for small queries. Default value is 0 which means that concurrency target will be automatically computed by the system. NOTE: this field is exposed as target_job_concurrency in the Information Schema, DDL and BQ CLI.