Class Table (2.41.0)

Table(
    client: google.cloud.bigtable.data._sync_autogen.client.BigtableDataClient,
    instance_id: str,
    table_id: str,
    app_profile_id: typing.Optional[str] = None,
    **kwargs
)

Main Data API surface for interacting with a Bigtable table.

Table object maintains table_id, and app_profile_id context, and passes them with each call

Methods

Table

Table(
    client: google.cloud.bigtable.data._sync_autogen.client.BigtableDataClient,
    instance_id: str,
    table_id: str,
    app_profile_id: typing.Optional[str] = None,
    **kwargs
)

Initialize a Table instance

Exceptions
Type Description
None