public sealed class SampleRowKeysRequest : IMessage<SampleRowKeysRequest>, IEquatable<SampleRowKeysRequest>, IDeepCloneable<SampleRowKeysRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class SampleRowKeysRequest.
[[["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."],[[["The `SampleRowKeysRequest` class is part of the Google Bigtable v2 API and is used for requesting sample row keys."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for managing messages and objects."],["There are two constructors available, one default and one to duplicate another `SampleRowKeysRequest` object."],["It contains properties to define `AppProfileId`, and `TableName` that are essential for routing replication and identifying the table."],["The latest version of the API reference for `SampleRowKeysRequest` is 3.17.0, with several older versions also documented and available, ranging from 3.16.0 to 2.2.0."]]],[]]