One table's data-plane surface.
readRows(options: BigtableReadOptions): Promise<BigtableReadRow[]>
Reads rows matching the supplied key set, range set and filter.
row(key: string): IBigtableRow
Returns the row-scoped write surface for one key.