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

SqlServerDatabaseDetails

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

Represents a Sql Server database on the Cloud SQL instance.

interface SqlServerDatabaseDetails {
compatibilityLevel?: number;
recoveryModel?: string;
}

§Properties

§
compatibilityLevel?: number
[src]

The version of SQL Server with which the database is to be made compatible

§
recoveryModel?: string
[src]

The recovery model of a SQL Server database