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

QuorumInfo

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

Information about the dual-region quorum.

interface QuorumInfo {
readonly etag?: string;
readonly initiator?: "INITIATOR_UNSPECIFIED" | "GOOGLE" | "USER";
readonly quorumType?: QuorumType;
readonly startTime?: Date;
}

§Properties

§
readonly etag?: string
[src]

Output only. The etag is used for optimistic concurrency control as a way to help prevent simultaneous ChangeQuorum requests that might create a race condition.

§
readonly initiator?: "INITIATOR_UNSPECIFIED" | "GOOGLE" | "USER"
[src]

Output only. Whether this ChangeQuorum is Google or User initiated.

§
readonly quorumType?: QuorumType
[src]

Output only. The type of this quorum. See QuorumType for more information about quorum type specifications.

§
readonly startTime?: Date
[src]

Output only. The timestamp when the request was triggered.