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 document provides reference documentation for the `RequestStats` class within the Google Bigtable v2 API, detailing its purpose for evaluating request performance."],["`RequestStats` is designed to provide additional information pertaining to a single request, currently supporting the `google.bigtable.v2.ReadRows` method."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to be used within the Google.Protobuf framework."],["The documentation covers versions of `RequestStats` ranging from 2.2.0 to 3.17.0, with 3.17.0 being the latest, and each version having its own specific path."],["The properties `FullReadStatsView` and `StatsViewCase` are detailed, outlining their functionality and the data they provide, such as full read stats views when available."]]],[]]