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 latest version of the Google Bigtable v2 API documentation is 3.17.0, and the page includes links to versions ranging from 2.2.0 to the latest."],["This document describes the `RequestStats` class, which is part of the `Google.Cloud.Bigtable.V2` namespace and is used to provide performance insights for requests."],["The `RequestStats` class is a container for request-related data, currently supporting the `google.bigtable.v2.ReadRows` method for stats."],["The `RequestStats` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `FullReadStatsView` to provide detailed stats, and `StatsViewCase`, along with constructors for default initialization and copying from another `RequestStats` instance."]]],[]]