public sealed class SampleRowKeysRequest : IMessage<SampleRowKeysRequest>, IEquatable<SampleRowKeysRequest>, IDeepCloneable<SampleRowKeysRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class SampleRowKeysRequest.
[[["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 the `SampleRowKeysRequest` class is 3.17.0, with multiple other versions ranging down to 2.2.0 also available for use."],["`SampleRowKeysRequest` is a class within the Google Bigtable v2 API, designed as a request message for sampling row keys."],["This class, `SampleRowKeysRequest`, inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `AppProfileId`, `TableName`, and `TableNameAsTableName`, allowing for specifying routing and the table to sample row keys from."],["The `SampleRowKeysRequest` class can be instantiated using a parameterless constructor or a constructor that takes another `SampleRowKeysRequest` instance."]]],[]]