The Bigtable client the adapter drives.
instance(id: string): IBigtableInstance
Returns a handle for one instance. No RPC is issued.
close(): Promise<void>
Releases the client's gRPC channels.
The Bigtable client the adapter drives.
instance(id: string): IBigtableInstance
Returns a handle for one instance. No RPC is issued.
close(): Promise<void>
Releases the client's gRPC channels.
import { type IBigtableClient } from "database-plugin/src/index.ts";