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-related information for individual requests."],["This documentation covers versions of `RequestStats` from 2.2.0 up to the latest version, 3.17.0, with a detailed overview of version 3.10.0."],["`RequestStats` supports methods like `google.bigtable.v2.ReadRows` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `FullReadStatsView`, which is available with the `ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL` view, and `StatsViewCase` to know what is being viewed."],["The primary use of the `RequestStats` class is to provide insight on the performance of a sent request to help improve them."]]],[]]