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 documentation for the `RequestStats` class within the Google Bigtable v2 API, offering various versions of the documentation, from the latest 3.17.0 down to 2.2.0."],["`RequestStats` is designed to provide information on request performance, such as the `ReadRows` method, within the Google Bigtable service."],["The class `RequestStats` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`RequestStats` includes properties like `FullReadStatsView` and `StatsViewCase`, providing detailed insights into read statistics and the current stats view, respectively."],["`RequestStats` has two constructors, one being an empty default constructor and the other accepting another `RequestStats` object as a parameter for a copy."]]],[]]