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-02 UTC."],[[["This webpage provides documentation for the `Row` class within the Google Bigtable v2 API for .NET, detailing its structure and functionality across various versions."],["The `Row` class represents a single row of data in a Bigtable table, with a unique key and a collection of column families."],["The page includes links to documentation for multiple versions of the Google.Cloud.Bigtable.V2 API, ranging from version 2.2.0 to the latest 3.17.0, allowing users to consult the implementation that is consistent with their own needs."],["The `Row` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it offers properties like `Families` for column family data and `Key` for the row's unique identifier."],["Row data cannot be read in full if the size is greater than 256MiB."]]],[]]