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 documentation page provides reference information for the `SampleRowKeysRequest` class within the Google Bigtable v2 API for .NET, including the latest version (3.17.0) and previous versions, all the way back to 2.2.0."],["The `SampleRowKeysRequest` class is a message type used in the Bigtable API, serving as the request structure for the `Bigtable.SampleRowKeys` operation, allowing for sampling row keys."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.Bigtable.V2` namespace in the `Google.Cloud.Bigtable.V2.dll` assembly."],["The `SampleRowKeysRequest` class has properties for routing replication, through the `AppProfileId` property and specifying the target table using `TableName` or `TableNameAsTableName`."],["You can create a `SampleRowKeysRequest` object using two constructors, one that does not require any arguments, and another that takes in another `SampleRowKeysRequest` object as a parameter."]]],[]]