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 latest version of the `Row` class is 3.17.0, with previous versions available down to 2.2.0."],["The `Row` class represents a single row in a Bigtable table and cannot exceed 256MiB in size."],["The `Row` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["`Row` objects have two key properties: `Families`, a `RepeatedField` containing column families, and `Key`, a `ByteString` that uniquely identifies the row."],["The `Row` class can be initialized using the default `Row()` constructor or through the `Row(Row other)` copy constructor."]]],[]]