The unique key which identifies this column within its family. This is the
same key that's used to identify the column in, for example, a RowFilter
which sets its column_qualifier_regex_filter field.
May contain any byte string, including the empty string, up to 16kiB in
length.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["This webpage provides documentation for the `Column` class within the Google Bigtable v2 API for .NET, with the latest version being 3.17.0, and available historical versions ranging from 2.2.0 to 3.16.0."],["The `Column` class, which specifies contents of a single row/column intersection in a table, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Column` class has two constructors, `Column()` and `Column(Column other)`, and includes properties like `Cells`, which are sorted by decreasing timestamp, and `Qualifier`, which uniquely identifies the column within its family."],["The page provides details about the namespaces `Google.Cloud.Bigtable.V2` and the assembly `Google.Cloud.Bigtable.V2.dll`, as well as information on inherited members from the object class."],["The properties `Cells` is of type `RepeatedField\u003cCell\u003e` and `Qualifier` is of type `ByteString`, both of which offer specific details."]]],[]]