Class: Google::Cloud::Bigtable::ColumnFamily
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::ColumnFamily
- Defined in:
- lib/google/cloud/bigtable/column_family.rb
Overview
ColumnFamily
A set of columns within a table that share a common configuration.
Instance Attribute Summary collapse
-
#gc_rule ⇒ Google::Cloud::Bigtable::GcRule?
The garbage collection rule to be used for the column family.
-
#name ⇒ String
readonly
Name of the column family.
Instance Attribute Details
#gc_rule ⇒ Google::Cloud::Bigtable::GcRule?
The garbage collection rule to be used for the column family. Optional. The service default value will be used when not specified.
53 54 55 |
# File 'lib/google/cloud/bigtable/column_family.rb', line 53 def gc_rule @gc_rule end |
#name ⇒ String (readonly)
Name of the column family.
43 44 45 |
# File 'lib/google/cloud/bigtable/column_family.rb', line 43 def name @name end |