Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Autoscale

import type { Autoscale } from "https://googleapis.deno.dev/v1/bigqueryreservation:v1.ts";

Auto scaling settings.

interface Autoscale {
readonly currentSlots?: bigint;
maxSlots?: bigint;
}

§Properties

§
readonly currentSlots?: bigint
[src]

Output only. The slot capacity added to this reservation when autoscale happens. Will be between [0, max_slots].

§
maxSlots?: bigint
[src]

Number of slots to be scaled when needed.