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 webpage provides documentation for the `RequestStats` class within the Google Bigtable v2 API, detailing its use in evaluating request performance."],["`RequestStats` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its integration within a broader messaging system."],["The class includes properties such as `AllReadStats` and `ReadEfficiencyStats`, which become available based on the request stats view used."],["The documentation lists multiple versions of the Google Bigtable v2 API, ranging from version 2.2.0 up to the latest version 3.17.0."],["The RequestStats class contains additional information regarding a single request, useful for evaluating the request's performance, with support for the google.bigtable.v2.ReadRows method."]]],[]]