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

IncludeReplicas

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

An IncludeReplicas contains a repeated set of ReplicaSelection which indicates the order in which replicas should be considered.

interface IncludeReplicas {
autoFailoverDisabled?: boolean;
replicaSelections?: ReplicaSelection[];
}

§Properties

§
autoFailoverDisabled?: boolean
[src]

If true, Spanner will not route requests to a replica outside the include_replicas list when all of the specified replicas are unavailable or unhealthy. Default value is false.

§
replicaSelections?: ReplicaSelection[]
[src]

The directed read replica selector.