public sealed class RequestStats : IMessage<RequestStats>, IEquatable<RequestStats>, IDeepCloneable<RequestStats>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class RequestStats.
RequestStats is the container for additional information pertaining to a
single request, helpful for evaluating the performance of the sent request.
Currently, there are the following supported methods:
[[["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 `RequestStats` class in the Google Bigtable v2 API provides performance evaluation information for sent requests, specifically supporting the `google.bigtable.v2.ReadRows` method."],["This class can be found within the `Google.Cloud.Bigtable.V2` namespace and is implemented in the `Google.Cloud.Bigtable.V2.dll` assembly, and also implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["`RequestStats` includes a `FullReadStatsView` property, accessible when the `ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL` view is used, which is used to store more details about the full read statistics view."],["There are multiple available versions of `RequestStats` ranging from version `2.2.0` to the latest version, `3.17.0`, each with its own documentation."]]],[]]