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

DatabaseDetails

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

Details of a logical database.

interface DatabaseDetails {
allocatedStorageBytes?: bigint;
databaseName?: string;
parentDatabaseDeployment?: DatabaseDetailsParentDatabaseDeployment;
schemas?: DatabaseSchema[];
}

§Properties

§
allocatedStorageBytes?: bigint
[src]

Optional. The allocated storage for the database in bytes.

§
databaseName?: string
[src]

Required. The name of the database.

§

Required. The parent database deployment that contains the logical database.

§

Optional. The database schemas.