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."],[[["This document provides reference documentation for the `SampleRowKeysRequest` class within the Google Bigtable v2 API for .NET, across various versions."],["The `SampleRowKeysRequest` class is used for requesting sampled row keys from a Bigtable table, serving as the message input for the `Bigtable.SampleRowKeys` method."],["The class is derived from the base `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to enable operations for serialization and comparison."],["Key properties of `SampleRowKeysRequest` include `AppProfileId` for replication routing and `TableName` for specifying the source Bigtable."],["The documentation also lists multiple versions of the Google.Cloud.Bigtable.V2 API, ranging from 2.2.0 to the latest 3.17.0."]]],[]]