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

SingleClusterRouting

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

Unconditionally routes all read/write requests to a specific cluster. This option preserves read-your-writes consistency but does not improve availability.

interface SingleClusterRouting {
allowTransactionalWrites?: boolean;
clusterId?: string;
}

§Properties

§
allowTransactionalWrites?: boolean
[src]

Whether or not CheckAndMutateRow and ReadModifyWriteRow requests are allowed by this app profile. It is unsafe to send these requests to the same table/row/column in multiple clusters.

§
clusterId?: string
[src]

The cluster to which read/write requests should be routed.