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."],[[["This page provides documentation for the `RequestStats` class within the Google Bigtable v2 API, offering various versions of the documentation, from the latest 3.17.0 to version 2.2.0."],["The `RequestStats` class, part of the `Google.Cloud.Bigtable.V2` namespace, is designed to hold performance-related information about a single request, primarily used for evaluating the request's efficiency."],["The class supports the `google.bigtable.v2.ReadRows` method, and implements several interfaces including `IMessage`, `IEquatable\u003cRequestStats\u003e`, `IDeepCloneable\u003cRequestStats\u003e`, and `IBufferMessage`."],["The `RequestStats` class includes properties like `FullReadStatsView`, which provides detailed read statistics when the `ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL` view is enabled."],["There are two constructors for the class: a parameterless `RequestStats()` and another one that takes another `RequestStats` object as a parameter in order to copy its values."]]],[]]