15#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGTABLE_ROW_KEY_SAMPLE_H
16#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGTABLE_ROW_KEY_SAMPLE_H
18#include "google/cloud/bigtable/row_key.h"
19#include "google/cloud/bigtable/version.h"
25GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
29
30
31
32
33
34
35
36
37
44GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
Contains all the Cloud Bigtable C++ client APIs.
Definition: admin_client.h:28
A simple wrapper to represent the response from Table::SampleRowKeys().
Definition: row_key_sample.h:27
std::int64_t offset_bytes
An estimate of the table size for all the rows smaller than row_key.
Definition: row_key_sample.h:41
RowKeyType row_key
A row key value strictly larger than all the rows included in this sample.
Definition: row_key_sample.h:38