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-06-12 UTC."],[[["The `Row` class represents a single row in a Bigtable table, containing the complete contents of that row."],["The most recent version of this documentation is version 3.17.0, while the content here is specifically for version 2.5.0, however versions 2.2.0 up until the latest are all available."],["`Row` objects implement several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Row` class contains properties such as `Families`, which is a list of column families in the row, and `Key`, which is the unique identifier for the row within the table, with a max size of 4KiB."],["The `Row` class includes two constructors: a default constructor `Row()` and a copy constructor `Row(Row other)`."]]],[]]