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-07 UTC."],[[["The latest version available for the Google Bigtable v2 API class Column is 3.17.0, with numerous previous versions listed dating back to version 2.2.0."],["The Column class is part of the Google.Cloud.Bigtable.V2 namespace within the Google.Cloud.Bigtable.V2.dll assembly and implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["This class represents a single row/column intersection in a table, allowing specification of the contents of a column."],["The Column class contains two main properties, Cells and Qualifier, where Cells is a list of cells sorted by timestamp and Qualifier is the column's unique identifier within its family, which can be up to 16kiB."],["There are two constructors available for the column class, a default one, and one that takes in a column as a parameter."]]],[]]