Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 745 Bytes

usage.rst

File metadata and controls

30 lines (25 loc) · 745 Bytes

Using the API

client-intro client cluster instance table backup column-family row row-data row-filters row-set

In the hierarchy of API concepts

  • a Client <google.cloud.bigtable.client.Client> owns an Instance <google.cloud.bigtable.instance.Instance>
  • an Instance <google.cloud.bigtable.instance.Instance> owns a Table <google.cloud.bigtable.table.Table>
  • a Table <google.cloud.bigtable.table.Table> owns a ColumnFamily <google.cloud.bigtable.column_family.ColumnFamily>
  • a Table <google.cloud.bigtable.table.Table> owns a Row <google.cloud.bigtable.row.Row> (and all the cells in the row)