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-04-17 UTC."],[[["The latest version available for the Google Bigtable v2 API class RequestStats is 3.17.0, with multiple previous versions available for reference, down to version 2.2.0."],["RequestStats is used to hold additional information about a single request, useful for assessing the performance of the request sent, with the supported method being google.bigtable.v2.ReadRows."],["The RequestStats class implements IMessage, IEquatable, IDeepCloneable, and IBufferMessage interfaces, and inherits from the base object class."],["The class offers two constructors, RequestStats() and RequestStats(RequestStats other), to instantiate the object."],["The RequestStats object contains the properties FullReadStatsView and StatsViewCase, holding a FullReadStatsView and a StatsViewOneofCase respectively."]]],[]]