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 page provides reference documentation for the `RequestStats` class within the Google Bigtable v2 API for .NET, spanning multiple versions."],["The `RequestStats` class, found in the `Google.Cloud.Bigtable.V2` namespace, is used to hold request performance information, mainly for the `google.bigtable.v2.ReadRows` method."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cRequestStats\u003e`, `IDeepCloneable\u003cRequestStats\u003e`, and `IBufferMessage`, making it versatile within the .NET environment."],["The latest version available is 3.17.0, and the page lists all the previous version references from that point to 2.2.0."],["The `RequestStats` class contains properties such as `FullReadStatsView` and `StatsViewCase`, which provide various views and information on request statistics."]]],[]]