public sealed class ReadIterationStats : IMessage<ReadIterationStats>, IEquatable<ReadIterationStats>, IDeepCloneable<ReadIterationStats>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class ReadIterationStats.
ReadIterationStats captures information about the iteration of rows or cells
over the course of a read, e.g. how many results were scanned in a read
operation versus the results returned.
[[["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."],[[["The documentation covers the `ReadIterationStats` class within the Google Bigtable v2 API, detailing its role in capturing data about row or cell iteration during read operations."],["Multiple versions of the `ReadIterationStats` class are listed, ranging from version 2.2.0 up to the latest version, 3.17.0, providing a history of changes."],["`ReadIterationStats` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with the listed inheritance of the `object` class."],["The `ReadIterationStats` class includes properties to track the count of cells and rows that are returned (`CellsReturnedCount`, `RowsReturnedCount`) and seen/scanned (`CellsSeenCount`, `RowsSeenCount`) during a read request."],["The `ReadIterationStats` class has 2 constructors: the default `ReadIterationStats()` constructor and `ReadIterationStats(ReadIterationStats other)` constructor which takes another `ReadIterationStats` object as a parameter."]]],[]]