The unique key which identifies this row within its table. This is the same
key that's used to identify the row in, for example, a MutateRowRequest.
May contain any non-empty byte string up to 4KiB 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."],[[["The webpage provides documentation for the `Row` class in the `Google.Cloud.Bigtable.V2` namespace, detailing its properties, constructors, inheritance, and implementation of various interfaces."],["The latest version available for the `Row` class is 3.17.0, with older versions ranging from 3.16.0 down to 2.2.0, all linked to their respective documentation pages."],["The `Row` class represents a single row from a Bigtable table, with the capacity to store contents of a row, and supports various operations through `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `Row` class has two constructors : `Row()` and `Row(Row other)`, the latter of which takes another `Row` object as a parameter."],["Key properties of the `Row` class include `Families`, a `RepeatedField` containing `Family` objects, and `Key`, a `ByteString` that uniquely identifies the row within its table."]]],[]]