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

CheckConsistencyResponse

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

Response message for google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency

interface CheckConsistencyResponse {
consistent?: boolean;
}

§Properties

§
consistent?: boolean
[src]

True only if the token is consistent. A token is consistent if replication has caught up with the restrictions specified in the request.