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

MachineConfig

import type { MachineConfig } from "https://googleapis.deno.dev/v1/databasecenter:v1beta.ts";

MachineConfig describes the configuration of a machine specific to a Database Resource.

interface MachineConfig {
baselineSlotCount?: bigint;
maxReservationSlotCount?: bigint;
memorySizeBytes?: bigint;
shardCount?: number;
vcpuCount?: number;
}

§Properties

§
baselineSlotCount?: bigint
[src]

Optional. Baseline slots for BigQuery Reservations. Baseline slots are in increments of 50.

§
maxReservationSlotCount?: bigint
[src]

Optional. Max slots for BigQuery Reservations. Max slots are in increments of 50.

§
memorySizeBytes?: bigint
[src]

Memory size in bytes.

§
shardCount?: number
[src]

Optional. The number of Shards (if applicable).

§
vcpuCount?: number
[src]

Optional. The number of vCPUs (if applicable).