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

SingleRegionQuorum

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

Message type for a single-region quorum.

interface SingleRegionQuorum {
servingLocation?: string;
}

§Properties

§
servingLocation?: string
[src]

Required. The location of the serving region, e.g. "us-central1". The location must be one of the regions within the dual-region instance configuration of your database. The list of valid locations is available using the GetInstanceConfig API. This should only be used if you plan to change quorum to the single-region quorum type.