Google Cloud Bigtable C++ Client 2.13.0
A C++ Client Library for Google Cloud Bigtable
Loading...
Searching...
No Matches
Public Attributes | List of all members
google::cloud::bigtable::ReadRowsParams Struct Reference

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()
 

Detailed Description

Wrap the arguments to ReadRows().

Member Data Documentation

◆ app_profile_id

std::string google::cloud::bigtable::ReadRowsParams::app_profile_id

◆ filter

Filter google::cloud::bigtable::ReadRowsParams::filter = Filter::PassAllFilter()

◆ row_set

RowSet google::cloud::bigtable::ReadRowsParams::row_set

◆ rows_limit

std::int64_t google::cloud::bigtable::ReadRowsParams::rows_limit

◆ table_name

std::string google::cloud::bigtable::ReadRowsParams::table_name