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

ReplicaInfo

import type { ReplicaInfo } from "https://googleapis.deno.dev/v1/spanner:v1.ts";
interface ReplicaInfo {
defaultLeaderLocation?: boolean;
location?: string;
type?:
| "TYPE_UNSPECIFIED"
| "READ_WRITE"
| "READ_ONLY"
| "WITNESS";
}

§Properties

§
defaultLeaderLocation?: boolean
[src]

If true, this location is designated as the default leader location where leader replicas are placed. See the region types documentation for more details.

§
location?: string
[src]

The location of the serving resources, e.g., "us-central1".

§
type?: "TYPE_UNSPECIFIED" | "READ_WRITE" | "READ_ONLY" | "WITNESS"
[src]

The type of replica.