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."],[[["This document provides reference documentation for the `SampleRowKeysRequest` class within the Google Bigtable v2 API for .NET."],["The `SampleRowKeysRequest` class is used to request sample row keys from a Bigtable table and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SampleRowKeysRequest` class has properties for specifying the `AppProfileId` and `TableName`, allowing for routing and selecting the specific table for the sample row keys request."],["There are multiple versions of the API available, ranging from version 2.2.0 to 3.17.0 (latest), each with its own link to the `SampleRowKeysRequest` documentation, indicating the evolution of this feature."],["The class inherits from the object class and uses methods like `GetHashCode`, `GetType` and `ToString` and also defines two constructors."]]],[]]