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

ConvertConversionWorkspaceRequest

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

Request message for 'ConvertConversionWorkspace' request.

interface ConvertConversionWorkspaceRequest {
autoCommit?: boolean;
convertFullPath?: boolean;
filter?: string;
}

§Properties

§
autoCommit?: boolean
[src]

Optional. Specifies whether the conversion workspace is to be committed automatically after the conversion.

§
convertFullPath?: boolean
[src]

Optional. Automatically convert the full entity path for each entity specified by the filter. For example, if the filter specifies a table, that table schema (and database if there is one) will also be converted.

§
filter?: string
[src]

Optional. Filter the entities to convert. Leaving this field empty will convert all of the entities. Supports Google AIP-160 style filtering.