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

MultiClusterRoutingUseAny

import type { MultiClusterRoutingUseAny } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";

Read/write requests are routed to the nearest cluster in the instance, and will fail over to the nearest cluster that is available in the event of transient errors or delays. Clusters in a region are considered equidistant. Choosing this option sacrifices read-your-writes consistency to improve availability.

interface MultiClusterRoutingUseAny {
clusterIds?: string[];
}

§Properties

§
clusterIds?: string[]
[src]

The set of clusters to route to. The order is ignored; clusters will be tried in order of distance. If left empty, all clusters are eligible.