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, outlining its properties, constructors, and implemented interfaces."],["The `SampleRowKeysRequest` class is designed as a request message for the `Bigtable.SampleRowKeys` function, used within Google's Bigtable service."],["The class includes constructors for creating instances, either default or by cloning an existing `SampleRowKeysRequest` object, with the `other` parameter allowing for the latter."],["The class has properties like `AppProfileId` for routing replication and `TableName`, which is a required field specifying the table's unique identifier, as well as a `TableNameAsTableName` property that shows a type view over the table name resource."],["The content available on the page covers versions from 2.2.0 to 3.17.0, offering a comprehensive version history of the `SampleRowKeysRequest` class in the provided links, with 3.17.0 being the latest version."]]],[]]