method IBigtableInstance.table
IBigtableInstance.table(id: string): IBigtableTable

Returns a handle for one table. No RPC is issued.

Parameters

id: string

The table id

Return Type

The table handle

Usage

import { type IBigtableInstance } from "database-plugin/src/index.ts";