public sealed class SampleRowKeysRequest : IMessage<SampleRowKeysRequest>, IEquatable<SampleRowKeysRequest>, IDeepCloneable<SampleRowKeysRequest>, IBufferMessage, IMessage
Required. The unique name of the table from which to sample row keys.
Values are of the form
projects/<project>/instances/<instance>/tables/<table>.
[[["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 `SampleRowKeysRequest` class, which is used to request sample row keys from Google Cloud Bigtable."],["The latest version available is 3.17.0, but this specific page is focused on version 2.4.0 of the library, and you can find older versions of this request, all the way back to 2.2.0."],["The `SampleRowKeysRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances and properties such as `AppProfileId`, `TableName`, and `TableNameAsTableName`, allowing configuration of the row key sampling."],["`SampleRowKeysRequest` has properties for specifying the table name and application profile ID, providing flexibility for targeting specific tables and replication routing within Bigtable."]]],[]]