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-03-21 UTC."],[[["This document provides reference documentation for the `AllReadStats` class within the Google Bigtable v2 API for .NET, detailing its structure and functionality."],["The `AllReadStats` class captures comprehensive data about a read operation, offering insights into its efficiency and performance."],["The document lists various versions of the `AllReadStats` class, ranging from 2.2.0 to the latest 3.17.0, and outlines its implementation of interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `AllReadStats` class includes properties like `ReadIteratorStats` and `RequestLatencyStats`, which provide detailed metrics on read efficiency and server-side request times."],["Constructors for `AllReadStats` are detailed, including the default constructor and one that accepts another `AllReadStats` object for initialization."]]],[]]