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."],[[["The webpage provides documentation for the `Column` class in the `Google.Cloud.Bigtable.V2` namespace, detailing its structure and functionality within various versions."],["The latest version of the `Column` class is 3.17.0, and the page provides access to documentation for versions ranging from 3.17.0 down to 2.2.0."],["The `Column` class represents a single row/column intersection in a Bigtable table and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Column` class has two properties: `Cells`, a sorted collection of `Cell` objects in decreasing timestamp order, and `Qualifier`, a unique identifier for the column within its family."],["The `Column` class contains two constructors, a parameterless constructor and one that accepts another instance of the `Column` class as a parameter."]]],[]]