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 `SampleRowKeysRequest` class is used for requesting sample row keys from Google Bigtable's v2 API, and it's part of the `Google.Cloud.Bigtable.V2` namespace, within the `Google.Cloud.Bigtable.V2.dll` assembly."],["This class is the request message for the `Bigtable.SampleRowKeys` operation, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties like `AppProfileId` for routing replication and `TableName` for specifying the target table from which to sample row keys, both of which are strings, and also a TableName typed version."],["The content provides version history for the SampleRowKeysRequest class from versions 2.2.0 to 3.17.0, with 3.17.0 being the latest."],["The class inherits members from `Object`, with the most notable members being `GetHashCode()`, `GetType()`, `MemberwiseClone()` and `ToString()`."]]],[]]