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

ExcludeReplicas

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

An ExcludeReplicas contains a repeated set of ReplicaSelection that should be excluded from serving requests.

interface ExcludeReplicas {
replicaSelections?: ReplicaSelection[];
}

§Properties

§
replicaSelections?: ReplicaSelection[]
[src]

The directed read replica selector.