Class: Google::Bigtable::V2::SampleRowKeysRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb

Overview

Request message for Bigtable.SampleRowKeys.

Instance Attribute Summary collapse

Instance Attribute Details

#app_profile_idString

Returns This value specifies routing for replication. If not specified, the "default" application profile will be used.

Returns:

  • (String)

    This value specifies routing for replication. If not specified, the "default" application profile will be used.



126
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb', line 126

class SampleRowKeysRequest; end

#table_nameString

Returns The unique name of the table from which to sample row keys. Values are of the form +projects//instances//tables/

+.

Returns:

  • (String)

    The unique name of the table from which to sample row keys. Values are of the form +projects//instances//tables/

+.



126
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb', line 126

class SampleRowKeysRequest; end