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-07 UTC."],[[["The `Row` class in the Google Bigtable v2 API represents a single row of data from a table, with its full contents available, excluding rows over 256MiB."],["This class provides reference documentation and code samples for the `Row` object, detailing its usage within the Google.Cloud.Bigtable.V2 namespace."],["Available versions for `Row` range from the latest 3.17.0 down to version 2.2.0, allowing developers to reference specific versions of the API."],["The `Row` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and contains a `Families` property to represent column families and a `Key` property to represent the unique identifier."],["The `Row` class has two constructors, `Row()` and `Row(Row other)` to allow creation of new `Row` objects and to copy from existing `Row` objects, respectively."]]],[]]