public sealed class ReadRowsRequest : IMessage<ReadRowsRequest>, IEquatable<ReadRowsRequest>, IDeepCloneable<ReadRowsRequest>, IBufferMessage, IMessage
[[["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 content focuses on the \u003ccode\u003eReadRowsRequest\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Bigtable.V2\u003c/code\u003e namespace, detailing its structure and functionality for reading rows from a Bigtable.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eReadRowsRequest\u003c/code\u003e is available in multiple versions, ranging from 2.2.0 to 3.17.0, with version 3.17.0 being the latest one, and includes links to documentation for each version.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, offering various functionalities like message handling, comparison, deep cloning, and buffer operations.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eReadRowsRequest\u003c/code\u003e class include \u003ccode\u003eTableName\u003c/code\u003e (specifying the table to read from), \u003ccode\u003eRows\u003c/code\u003e (defining the rows or ranges to read), \u003ccode\u003eFilter\u003c/code\u003e (for filtering row contents), \u003ccode\u003eAppProfileId\u003c/code\u003e (for routing), and \u003ccode\u003eRowsLimit\u003c/code\u003e (to limit the number of rows read).\u003c/p\u003e\n"],["\u003cp\u003eThe class supports construction through a default constructor and a copy constructor, enabling the creation of new instances and the cloning of existing ones.\u003c/p\u003e\n"]]],[],null,[]]