concurrency property

String? concurrency
getter/setter pair

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.

Implementation

core.String? concurrency;