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-07-02 UTC."],[[["This webpage provides reference documentation for the Google Bigtable v2 API class `Column` within the .NET framework, with the latest version being 3.17.0."],["The `Column` class is part of the `Google.Cloud.Bigtable.V2` namespace and is used to represent a single row/column intersection in a Bigtable table."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like deep cloning and message handling."],["The `Column` class has two constructors, `Column()` and `Column(Column other)`, and includes properties like `Cells` and `Qualifier`, where cells must not be empty and are sorted by timestamp."],["This documentation covers multiple versions of the `Column` class, ranging from version 2.2.0 up to the most current release of 3.17.0, along with the different inheritance and members information."]]],[]]