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 `ReadIterationStats` class in the Google Bigtable v2 API provides information about row and cell iteration during read operations."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it conforms to specific data handling and comparison standards."],["The latest version of the API documentation is 3.17.0, while the current page displays version 3.11.0, with historical versions available from 2.2.0 and onwards."],["`ReadIterationStats` includes properties such as `CellsReturnedCount`, `CellsSeenCount`, `RowsReturnedCount`, and `RowsSeenCount` which track the number of cells and rows either scanned or returned during a request."],["There are two constructors available for `ReadIterationStats`: a default constructor and one that accepts another `ReadIterationStats` instance, useful for copying the data of another instance."]]],[]]