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

Replication

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

Replication specifications.

interface Replication {
replicas?: ReplicaConfig[];
role?: "ROLE_UNSPECIFIED" | "ACTIVE" | "STANDBY";
}

§Properties

§
replicas?: ReplicaConfig[]
[src]

Optional. Replication configuration for the replica instance associated with this instance. Only a single replica is supported.

§
role?: "ROLE_UNSPECIFIED" | "ACTIVE" | "STANDBY"
[src]

Optional. The replication role.