public sealed class SampleRowKeysResponse : IMessage<SampleRowKeysResponse>, IEquatable<SampleRowKeysResponse>, IDeepCloneable<SampleRowKeysResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class SampleRowKeysResponse.
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 webpage provides documentation for the `SampleRowKeysResponse` class within the Google Bigtable v2 API, specifically for .NET development, detailing its structure, properties, and usage."],["The `SampleRowKeysResponse` class is used as a response message for the `Bigtable.SampleRowKeys` method, and is designed to provide sample row keys from a Bigtable table."],["The webpage lists the inheritance and interfaces of the `SampleRowKeysResponse` class, such as `object`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes details on the properties `OffsetBytes`, which indicates the approximate storage space preceding a row key, and `RowKey`, which lists the sorted sample row keys, including a possible empty key that signifies the end of the table."],["The documentation spans multiple versions of the Google.Cloud.Bigtable.V2 library, from version 2.2.0 up to the latest version 3.17.0, allowing users to access the specific implementation details relevant to the version they are using."]]],[]]