GoogleApi.BigtableAdmin.V2.Model.ColumnFamily (google_api_bigtable_admin v0.16.0) View Source

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

Attributes

  • gcRule (type: GoogleApi.BigtableAdmin.V2.Model.GcRule.t, default: nil) - 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.BigtableAdmin.V2.Model.ColumnFamily{
  gcRule: GoogleApi.BigtableAdmin.V2.Model.GcRule.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.