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

BiReservation

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

Represents a BI Reservation.

interface BiReservation {
name?: string;
preferredTables?: TableReference[];
size?: bigint;
readonly updateTime?: Date;
}

§Properties

§
name?: string
[src]

The resource name of the singleton BI reservation. Reservation names have the form projects/{project_id}/locations/{location_id}/biReservation.

§
preferredTables?: TableReference[]
[src]

Preferred tables to use BI capacity for.

§
size?: bigint
[src]

Size of a reservation, in bytes.

§
readonly updateTime?: Date
[src]

Output only. The last update timestamp of a reservation.