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."],[[["This document provides reference documentation for the `Row` class within the Google Bigtable v2 API, covering various versions from 2.2.0 to 3.17.0, with 3.17.0 being the latest."],["The `Row` class, which is part of the `Google.Cloud.Bigtable.V2` namespace, represents the contents of a single row in a Bigtable table."],["Rows are subject to a size limit of 256MiB, beyond which they cannot be fully read."],["The `Row` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `Row` class include `Families` (a `RepeatedField` of `Family` objects) and `Key` (a `ByteString` that uniquely identifies the row)."]]],[]]