Google Cloud Bigtable C++ Client 2.13.0
A C++ Client Library for Google Cloud Bigtable
|
Wrap the arguments to ReadRows()
.
More...
#include <google/cloud/bigtable/data_connection.h>
Public Attributes | |
std::string | table_name |
std::string | app_profile_id |
RowSet | row_set |
std::int64_t | rows_limit |
Filter | filter = Filter::PassAllFilter() |
Wrap the arguments to ReadRows()
.
std::string google::cloud::bigtable::ReadRowsParams::app_profile_id |
Filter google::cloud::bigtable::ReadRowsParams::filter = Filter::PassAllFilter() |
RowSet google::cloud::bigtable::ReadRowsParams::row_set |
std::int64_t google::cloud::bigtable::ReadRowsParams::rows_limit |
std::string google::cloud::bigtable::ReadRowsParams::table_name |