Class: Google::Bigtable::V2::ReadRowsRequest
- Inherits:
-
Object
- Object
- Google::Bigtable::V2::ReadRowsRequest
- Defined in:
- lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb
Overview
Request message for Bigtable.ReadRows.
Instance Attribute Summary collapse
-
#app_profile_id ⇒ String
This value specifies routing for replication.
-
#filter ⇒ Google::Bigtable::V2::RowFilter
The filter to apply to the contents of the specified row(s).
-
#rows ⇒ Google::Bigtable::V2::RowSet
The row keys and/or ranges to read.
-
#rows_limit ⇒ Integer
The read will terminate after committing to N rows' worth of results.
-
#table_name ⇒ String
The unique name of the table from which to read.
Instance Attribute Details
#app_profile_id ⇒ String
Returns This value specifies routing for replication. If not specified, the "default" application profile will be used.
39 |
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb', line 39 class ReadRowsRequest; end |
#filter ⇒ Google::Bigtable::V2::RowFilter
Returns The filter to apply to the contents of the specified row(s). If unset, reads the entirety of each row.
39 |
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb', line 39 class ReadRowsRequest; end |
#rows ⇒ Google::Bigtable::V2::RowSet
Returns The row keys and/or ranges to read. If not specified, reads from all rows.
39 |
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb', line 39 class ReadRowsRequest; end |
#rows_limit ⇒ Integer
Returns The read will terminate after committing to N rows' worth of results. The default (zero) is to return all results.
39 |
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb', line 39 class ReadRowsRequest; end |
#table_name ⇒ String
Returns The unique name of the table from which to read.
Values are of the form
+projects/+.