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 webpage provides documentation for the `Row` class within the `Google.Cloud.Bigtable.V2` namespace, specifically for the .NET environment, with the latest version being 3.17.0."],["The `Row` class represents a single row in a Bigtable table and includes properties like `Families` and `Key` to access the row's content."],["The `Row` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with providing constructors for creating new `Row` objects, either empty or from another `Row` instance."],["The page provides links to older versions of the `Row` class documentation, ranging from version 2.2.0 to version 3.16.0, and up to version 3.17.0 which is the latest."],["The maximum size for rows that can be read in full is 256MiB, and the unique key identifying a row can be a non-empty byte string up to 4KiB in length."]]],[]]