Class: Google::Bigtable::V2::SampleRowKeysResponse
- Inherits:
-
Object
- Object
- Google::Bigtable::V2::SampleRowKeysResponse
- Defined in:
- lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb
Overview
Response message for Bigtable.SampleRowKeys.
Instance Attribute Summary collapse
-
#offset_bytes ⇒ Integer
Approximate total storage space used by all rows in the table which precede +row_key+.
-
#row_key ⇒ String
Sorted streamed sequence of sample row keys in the table.
Instance Attribute Details
#offset_bytes ⇒ Integer
145 |
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb', line 145 class SampleRowKeysResponse; end |
#row_key ⇒ String
145 |
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb', line 145 class SampleRowKeysResponse; end |