IBigtableTable.readRows(options: BigtableReadOptions): Promise<BigtableReadRow[]>
Reads rows matching the supplied key set, range set and filter.
options: BigtableReadOptions
What to read
Promise<BigtableReadRow[]>
The matching rows, in row-key order