Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 397 Bytes

File metadata and controls

12 lines (8 loc) · 397 Bytes

Bigtable Data Client Async

Note

It is generally not recommended to use the async client in an otherwise synchronous codebase. To make use of asyncio's performance benefits, the codebase should be designed to be async from the ground up.

.. autoclass:: google.cloud.bigtable.data._async.client.BigtableDataClientAsync
  :members:
  :show-inheritance: