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 in the Google Bigtable v2 API represents a single row of data in a table, and can be found within the `Google.Cloud.Bigtable.V2` namespace."],["Version 3.17.0 is the latest version available for the Google.Cloud.Bigtable.V2 API, while the documentation covers versions back to 2.2.0."],["The `Row` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["A row's unique identifier is stored in the `Key` property, which is of type `ByteString` and can be up to 4KiB long, while the `Families` property is a `RepeatedField` containing data of the row's column families."],["Rows that are over 256MiB in size are too big to be read completely."]]],[]]