public sealed class SampleRowKeysResponse : IMessage<SampleRowKeysResponse>, IEquatable<SampleRowKeysResponse>, IDeepCloneable<SampleRowKeysResponse>, IBufferMessage, IMessage
Approximate total storage space used by all rows in the table which precede
row_key. Buffering the contents of all rows between two subsequent
samples would require space roughly equal to the difference in their
offset_bytes fields.
Sorted streamed sequence of sample row keys in the table. The table might
have contents before the first row key in the list and after the last one,
but a key containing the empty string indicates "end of table" and will be
the last response given, if present.
Note that row keys in this list may not have ever been written to or read
from, and users should therefore not make any assumptions about the row key
structure that are specific to their use case.
[[["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\u003eSampleRowKeysResponse\u003c/code\u003e class is used as a response message for Bigtable's \u003ccode\u003eSampleRowKeys\u003c/code\u003e function, implemented in version 3.0.0 and beyond within the \u003ccode\u003eGoogle.Cloud.Bigtable.V2\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing methods for comparing, cloning, and managing message data.\u003c/p\u003e\n"],["\u003cp\u003eIt has two primary properties: \u003ccode\u003eOffsetBytes\u003c/code\u003e, which estimates storage space preceding a row key, and \u003ccode\u003eRowKey\u003c/code\u003e, which represents a sample row key, potentially indicating the "end of table" with an empty string.\u003c/p\u003e\n"],["\u003cp\u003eThere are many versions of this class, ranging from 3.0.0 all the way to 3.17.0, with the latter being the latest version available.\u003c/p\u003e\n"]]],[],null,[]]