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."],[[["The content focuses on the `SampleRowKeysRequest` class within the `Google.Cloud.Bigtable.V2` namespace, providing detailed information about it across multiple versions."],["The latest version of the API for `SampleRowKeysRequest` is 3.17.0, with links to documentation for previous versions, going back to version 2.2.0."],["`SampleRowKeysRequest` is a request message for Bigtable.SampleRowKeys and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SampleRowKeysRequest` class includes properties like `AppProfileId`, `TableName`, and `TableNameAsTableName`, which are used to specify routing and table information for the request."],["The class has two constructors, a default one and one that accepts another `SampleRowKeysRequest` as a parameter for creating a new request object."]]],[]]