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

MoveTableToDatabaseRequest

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

Request message for DataprocMetastore.MoveTableToDatabase.

interface MoveTableToDatabaseRequest {
dbName?: string;
destinationDbName?: string;
tableName?: string;
}

§Properties

§
dbName?: string
[src]

Required. The name of the database where the table resides.

§
destinationDbName?: string
[src]

Required. The name of the database where the table should be moved.

§
tableName?: string
[src]

Required. The name of the table to be moved.