Class: Google::Bigtable::Admin::V2::ColumnFamily

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

Overview

A set of columns within a table which share a common configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#gc_ruleGoogle::Bigtable::Admin::V2::GcRule

Returns Garbage collection rule specified as a protobuf. Must serialize to at most 500 bytes.

NOTE: Garbage collection executes opportunistically in the background, and so it's possible for reads to return a cell even if it matches the active GC expression for its family.

Returns:

  • (Google::Bigtable::Admin::V2::GcRule)

    Garbage collection rule specified as a protobuf. Must serialize to at most 500 bytes.

    NOTE: Garbage collection executes opportunistically in the background, and so it's possible for reads to return a cell even if it matches the active GC expression for its family.



120
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/table.rb', line 120

class ColumnFamily; end