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"]],[["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-08-12 UTC."],[[["\u003cp\u003eThe latest version available for \u003ccode\u003eFullReadStatsView\u003c/code\u003e in the Google Bigtable V2 API is 3.17.0, with multiple previous versions also accessible.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFullReadStatsView\u003c/code\u003e is a class that implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, within the \u003ccode\u003eGoogle.Cloud.Bigtable.V2\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis class provides information on the efficiency of a read operation, including statistics on row and cell iterations.\u003c/p\u003e\n"],["\u003cp\u003eThe class also provides statistics on the latency of requests that complete a request from the server side.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for the \u003ccode\u003eFullReadStatsView\u003c/code\u003e class: a default constructor and a constructor that accepts another \u003ccode\u003eFullReadStatsView\u003c/code\u003e instance as a parameter.\u003c/p\u003e\n"]]],[],null,[]]