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 latest version available for `SampleRowKeysRequest` is 3.17.0, while version 3.1.0 is the current context."],["`SampleRowKeysRequest` is a request message for Bigtable.SampleRowKeys, implementing multiple interfaces such as IMessage, IEquatable, and IDeepCloneable."],["The class inherits from `Object` and has inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["It has properties such as `AppProfileId`, which specifies routing for replication, and `TableName`, the unique table name from which to sample row keys."],["`TableNameAsTableName` is a property providing a `TableName`-typed view over the `TableName` resource name property."]]],[]]