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"]],[["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-02 UTC."],[[["The `AllReadStats` class in the Google Bigtable v2 API provides comprehensive information about a read operation."],["This class has been implemented in multiple versions ranging from 2.2.0 to 3.17.0, with 3.17.0 being the latest."],["The class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`AllReadStats` includes properties for `ReadIteratorStats` and `RequestLatencyStats`, which provide insights into read efficiency and server-side request completion time, respectively."],["The class includes a default constructor `AllReadStats()` as well as a constructor allowing for copying from another `AllReadStats` object, `AllReadStats(AllReadStats other)`."]]],[]]