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 webpage details the `SampleRowKeysRequest` class within the `Google.Cloud.Bigtable.V2` namespace, including its implementation of various interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `SampleRowKeysRequest` class is used as a request message for `Bigtable.SampleRowKeys` and inherits from the `Object` class, implementing `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage`."],["The latest version documented for `SampleRowKeysRequest` is 3.17.0, with a list of previous versions available, dating back to 2.2.0."],["The class includes constructors for creating a new `SampleRowKeysRequest` instance and copying another instance, along with properties like `AppProfileId`, `TableName`, and `TableNameAsTableName`, for defining a request."],["The `TableName` property is required, providing the unique name of the table to request the sample row keys from, and the `AppProfileId` property is used for routing replication."]]],[]]