Class: Google::Bigtable::V2::Row

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

Overview

Specifies the complete (requested) contents of a single row of a table. Rows which exceed 256MiB in size cannot be read in full.

Instance Attribute Summary collapse

Instance Attribute Details

#familiesArray<Google::Bigtable::V2::Family>

Returns May be empty, but only if the entire row is empty. The mutual ordering of column families is not specified.

Returns:

  • (Array<Google::Bigtable::V2::Family>)

    May be empty, but only if the entire row is empty. The mutual ordering of column families is not specified.



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

class Row; end

#keyString

Returns The unique key which identifies this row within its table. This is the same key that's used to identify the row in, for example, a MutateRowRequest. May contain any non-empty byte string up to 4KiB in length.

Returns:

  • (String)

    The unique key which identifies this row within its table. This is the same key that's used to identify the row in, for example, a MutateRowRequest. May contain any non-empty byte string up to 4KiB in length.



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

class Row; end