Replica
import type { Replica } from "https://googleapis.deno.dev/v1/analyticshub:v1.ts";
Represents the state of a replica of a shared dataset. It includes the geographic location of the replica and system-computed, output-only fields indicating its replication state and whether it is the primary replica.
interface Replica {
readonly location?: string;
readonly primaryState?: "PRIMARY_STATE_UNSPECIFIED" | "PRIMARY_REPLICA";
readonly replicaState?: "REPLICA_STATE_UNSPECIFIED" | "READY_TO_USE" | "UNAVAILABLE";
}§Properties
§
readonly location?: string
[src]Output only. The geographic location where the replica resides. See BigQuery locations for supported locations. Eg. "us-central1".