method BigtableAdapter.prototype.disconnect
BigtableAdapter.prototype.disconnect(): Promise<void>

Releases the client.

Only a client this adapter CREATED is closed: closing an injected one would tear down gRPC channels the application still owns.

Return Type

Promise<void>

Usage

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