property BigtableClientLoader.owned

Whether the loader constructed the client itself.

disconnect() closes only a client it created: closing an injected one would tear down gRPC channels the application still owns.

Type

boolean

Usage

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