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 evaluation information for single requests, particularly for the `google.bigtable.v2.ReadRows` method."],["This page offers versioned documentation for `RequestStats`, ranging from the latest version 3.17.0 down to 2.2.0, with version 3.8.0 being the current view."],["The `RequestStats` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `FullReadStatsView`, which provides detailed read statistics when requested, and `StatsViewCase`, which indicates the type of statistics being viewed."],["The `RequestStats` class has two constructors, a default one, and another one that takes a `RequestStats` parameter for copy construction."]]],[]]