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 information for the `SampleRowKeysRequest` class within the Google Bigtable v2 API, specifically for .NET developers."],["The `SampleRowKeysRequest` class is used to construct messages for the Bigtable.SampleRowKeys method, allowing users to specify routing and the table from which to sample row keys."],["The latest version documented is 3.17.0, but other versions from 2.2.0 up to 3.16.0 are also available for review, as presented in the link list."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities like message handling, equality comparison, and deep cloning."],["The `SampleRowKeysRequest` class has properties such as `AppProfileId`, `TableName`, and `TableNameAsTableName` which allow you to set routing options and define the table you are pulling from."]]],[]]