public sealed class FullReadStatsView : IMessage<FullReadStatsView>, IEquatable<FullReadStatsView>, IDeepCloneable<FullReadStatsView>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class FullReadStatsView.
FullReadStatsView captures all known information about a read.
public ReadIterationStats ReadIterationStats { get; set; }
Iteration stats describe how efficient the read is, e.g. comparing
rows seen vs. rows returned or cells seen vs cells returned can provide an
indication of read efficiency (the higher the ratio of seen to retuned the
better).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-12 UTC."],[[["\u003cp\u003eThe document provides reference documentation for the \u003ccode\u003eFullReadStatsView\u003c/code\u003e class within the Google Bigtable v2 API for .NET, detailing its usage and implementation.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFullReadStatsView\u003c/code\u003e is a class that implements multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and is used to capture comprehensive read information.\u003c/p\u003e\n"],["\u003cp\u003eThe document lists different versions of the API, ranging from version 2.2.0 up to the latest version 3.17.0, for which they all contain documentation for the \u003ccode\u003eFullReadStatsView\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFullReadStatsView\u003c/code\u003e class includes properties such as \u003ccode\u003eReadIterationStats\u003c/code\u003e and \u003ccode\u003eRequestLatencyStats\u003c/code\u003e, which provide insights into read efficiency and request completion time, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation includes details on the constructors of \u003ccode\u003eFullReadStatsView\u003c/code\u003e, including a parameter to construct a copy of another instance of the \u003ccode\u003eFullReadStatsView\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,[]]