SchedulingPolicy
import type { SchedulingPolicy } from "https://googleapis.deno.dev/v1/bigqueryreservation:v1.ts";The scheduling policy controls how a reservation's resources are distributed.
interface SchedulingPolicy {
concurrency?: bigint;
maxSlots?: bigint;
}