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

SqlServerBackups

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

Specifies the backup details in Cloud Storage for homogeneous migration to Cloud SQL for SQL Server.

interface SqlServerBackups {
gcsBucket?: string;
gcsPrefix?: string;
}

§Properties

§
gcsBucket?: string
[src]

Required. The Cloud Storage bucket that stores backups for all replicated databases.

§
gcsPrefix?: string
[src]

Optional. Cloud Storage path inside the bucket that stores backups.