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 insights into request performance."],["The `RequestStats` class is available across multiple versions, from 2.2.0 up to the latest version 3.17.0, and serves as a container for information about a single request."],["It currently supports the `google.bigtable.v2.ReadRows` method, aiding in performance evaluation of sent requests."],["The `RequestStats` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has properties like `FullReadStatsView` and `StatsViewCase`."],["The two constructors for `RequestStats` are a default constructor, and one that takes another `RequestStats` as a parameter."]]],[]]