Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 736 Bytes

usage.rst

File metadata and controls

29 lines (24 loc) · 736 Bytes

Using the API

client-intro client cluster instance table 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)