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 page details the `SampleRowKeysRequest` class within the `Google.Cloud.Bigtable.V2` namespace, used as a request message for Bigtable's `SampleRowKeys` functionality."],["The `SampleRowKeysRequest` class is implemented from several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to support the Google protocol buffer system."],["The page lists the different available versions of the `SampleRowKeysRequest` class, ranging from the latest version 3.17.0 down to version 2.2.0."],["It includes two constructors, `SampleRowKeysRequest()` and `SampleRowKeysRequest(SampleRowKeysRequest other)`, as well as properties such as `AppProfileId`, `TableName`, and `TableNameAsTableName`."],["The page references the inheritance of the `Object` class, with it's own inherited members, and explains that the assembly is within `Google.Cloud.Bigtable.V2.dll`."]]],[]]