public sealed class ColumnFamily : IMessage<ColumnFamily>, IEquatable<ColumnFamily>, IDeepCloneable<ColumnFamily>, IBufferMessage, IMessage
A set of columns within a table which share a common configuration.
Implements
IMessage<ColumnFamily>, IEquatable<ColumnFamily>, IDeepCloneable<ColumnFamily>, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
ColumnFamily()
public ColumnFamily()
ColumnFamily(ColumnFamily)
public ColumnFamily(ColumnFamily other)
Parameter | |
---|---|
Name | Description |
other | ColumnFamily |
Properties
GcRule
public GcRule GcRule { get; set; }
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.
Property Value | |
---|---|
Type | Description |
GcRule |