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

FailoverContext

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

Database instance failover context.

interface FailoverContext {
kind?: string;
settingsVersion?: bigint;
}

§Properties

§
kind?: string
[src]

This is always sql#failoverContext.

§
settingsVersion?: bigint
[src]

The current settings version of this instance. Request will be rejected if this version doesn't match the current settings version.