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 provides documentation for the `SampleRowKeysRequest` class within the `Google.Cloud.Bigtable.V2` namespace for .NET, covering versions from 2.2.0 to 3.17.0 with 3.17.0 being the latest version."],["`SampleRowKeysRequest` is a request message used for Bigtable.SampleRowKeys operations, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and has constructors for creating new instances, either empty or based on another `SampleRowKeysRequest` object."],["The `SampleRowKeysRequest` class has properties to set the `AppProfileId` for replication routing, and `TableName` which is the unique identifier of the table from which to sample row keys, with a `TableNameAsTableName` typed view option."],["The documentation also includes a list of inherited members from the `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]