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

ApplyConversionWorkspaceRequest

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

Request message for 'ApplyConversionWorkspace' request.

interface ApplyConversionWorkspaceRequest {
autoCommit?: boolean;
connectionProfile?: string;
dryRun?: boolean;
filter?: string;
}

§Properties

§
autoCommit?: boolean
[src]

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

§
connectionProfile?: string
[src]

Optional. Fully qualified (Uri) name of the destination connection profile.

§
dryRun?: boolean
[src]

Optional. Only validates the apply process, but doesn't change the destination database. Only works for PostgreSQL destination connection profile.

§
filter?: string
[src]

Filter which entities to apply. Leaving this field empty will apply all of the entities. Supports Google AIP 160 based filtering.