Cloud Bigtable Admin V2 API - Class Google::Cloud::Bigtable::Admin::V2::ColumnFamily (v0.10.0)

Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::ColumnFamily.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#gc_rule

def gc_rule() -> ::Google::Cloud::Bigtable::Admin::V2::GcRule
Returns
  • (::Google::Cloud::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.

#gc_rule=

def gc_rule=(value) -> ::Google::Cloud::Bigtable::Admin::V2::GcRule
Parameter
  • value (::Google::Cloud::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.

Returns
  • (::Google::Cloud::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.