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

SqlServerDatabaseBackup

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

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

interface SqlServerDatabaseBackup {
database?: string;
encryptionOptions?: SqlServerEncryptionOptions;
}

§Properties

§
database?: string
[src]

Required. Name of a SQL Server database for which to define backup configuration.

§

Optional. Encryption settings for the database. Required if provided database backups are encrypted. Encryption settings include path to certificate, path to certificate private key, and key password.