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 for .NET, detailing its structure and usage."],["`RequestStats` offers additional information about a single request to assess its performance, currently supporting the `google.bigtable.v2.ReadRows` method."],["The `RequestStats` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists various versions of the Google.Cloud.Bigtable.V2 package, ranging from version 3.17.0 down to 2.2.0, each with its respective documentation for the RequestStats class."],["It contains two types of constructors for the RequestStats class: one with no parameters and the other taking another RequestStats object."]]],[]]