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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-12 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eRow\u003c/code\u003e class in the Google Bigtable v2 API represents a single row of data from a table, with methods for interaction and several versions available for use.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the Row API is \u003ccode\u003e3.17.0\u003c/code\u003e, and other previous versions from \u003ccode\u003e3.16.0\u003c/code\u003e all the way down to \u003ccode\u003e2.2.0\u003c/code\u003e are documented.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRow\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eA Row object contains a \u003ccode\u003eKey\u003c/code\u003e, which is a unique identifier for the row within its table and can be up to 4KiB in length, and a \u003ccode\u003eFamilies\u003c/code\u003e property, representing the row's data, which is a collection of \u003ccode\u003eFamily\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003eThere is a size limitation of 256MiB for reading an entire row, and any rows beyond that size will not be able to be read in full.\u003c/p\u003e\n"]]],[],null,[]]