public ReadIteratorStats ReadIteratorStats { 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 \u003ccode\u003eAllReadStats\u003c/code\u003e class in the Google Bigtable v2 API provides comprehensive information about a read operation.\u003c/p\u003e\n"],["\u003cp\u003eThis class has been implemented in multiple versions ranging from 2.2.0 to 3.17.0, with 3.17.0 being the latest.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eObject\u003c/code\u003e and 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.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAllReadStats\u003c/code\u003e includes properties for \u003ccode\u003eReadIteratorStats\u003c/code\u003e and \u003ccode\u003eRequestLatencyStats\u003c/code\u003e, which provide insights into read efficiency and server-side request completion time, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes a default constructor \u003ccode\u003eAllReadStats()\u003c/code\u003e as well as a constructor allowing for copying from another \u003ccode\u003eAllReadStats\u003c/code\u003e object, \u003ccode\u003eAllReadStats(AllReadStats other)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]