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"]],[["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-03-21 UTC."],[[["This document outlines the `SampleRowKeysResponse` class, which is a response message used in the Bigtable.SampleRowKeys process within the Google Cloud Bigtable V2 library."],["The latest version of the Google.Cloud.Bigtable.V2 library available is 3.17.0, with numerous prior versions listed, going back to version 2.2.0."],["The `SampleRowKeysResponse` class inherits from the Object class and implements multiple interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, within the Google.Protobuf namespace."],["Key properties of the `SampleRowKeysResponse` class include `OffsetBytes`, an `Int64` indicating the approximate storage space used, and `RowKey`, a `ByteString` representing a sample row key."],["`SampleRowKeysResponse` has two constructors, a parameterless constructor, and one that uses another `SampleRowKeysResponse` object as a parameter."]]],[]]