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, offering version-specific details from 3.17.0 (latest) down to 2.2.0."],["`RequestStats` is a class designed to provide detailed performance information for individual requests, particularly useful for the `google.bigtable.v2.ReadRows` method."],["The `RequestStats` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `RequestStats` includes properties such as `FullReadStatsView` and `StatsViewCase` to provide detailed information on the requests, with `FullReadStatsView` offering a comprehensive view when requested with `REQUEST_STATS_FULL`."],["The `RequestStats` class also has two constructors: one default and one that accepts another `RequestStats` object for deep cloning."]]],[]]