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\u003eThis page provides documentation for the \u003ccode\u003eFullReadStatsView\u003c/code\u003e class within the Google Bigtable v2 API for .NET, with the latest version being 3.17.0 and the current version being 3.16.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFullReadStatsView\u003c/code\u003e captures comprehensive information about a read operation and is implemented as a sealed class, inheriting from \u003ccode\u003eobject\u003c/code\u003e and implementing multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors, a default constructor and one that takes another \u003ccode\u003eFullReadStatsView\u003c/code\u003e object for initialization, and it is located within the \u003ccode\u003eGoogle.Cloud.Bigtable.V2\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFullReadStatsView\u003c/code\u003e includes properties for \u003ccode\u003eReadIterationStats\u003c/code\u003e, which details the efficiency of the read operation, and \u003ccode\u003eRequestLatencyStats\u003c/code\u003e, which provides server-side request completion time.\u003c/p\u003e\n"],["\u003cp\u003eA historical list of previous versions is provided, detailing versions ranging from 3.17.0 down to 2.2.0 of the \u003ccode\u003eFullReadStatsView\u003c/code\u003e class within the Google Bigtable v2 API.\u003c/p\u003e\n"]]],[],null,[]]