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

ReplicationStatus

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

Disaster Recovery(DR) replication status of the reservation.

interface ReplicationStatus {
readonly error?: Status;
readonly lastErrorTime?: Date;
readonly lastReplicationTime?: Date;
readonly softFailoverStartTime?: Date;
}

§Properties

§
readonly error?: Status
[src]

Output only. The last error encountered while trying to replicate changes from the primary to the secondary. This field is only available if the replication has not succeeded since.

§
readonly lastErrorTime?: Date
[src]

Output only. The time at which the last error was encountered while trying to replicate changes from the primary to the secondary. This field is only available if the replication has not succeeded since.

§
readonly lastReplicationTime?: Date
[src]

Output only. A timestamp corresponding to the last change on the primary that was successfully replicated to the secondary.

§
readonly softFailoverStartTime?: Date
[src]

Output only. The time at which a soft failover for the reservation and its associated datasets was initiated. After this field is set, all subsequent changes to the reservation will be rejected unless a hard failover overrides this operation. This field will be cleared once the failover is complete.