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.
§Properties
§
autoFailoverDisabled?: boolean
[src]If true
, Spanner doesn't 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.