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 webpage provides documentation for the `ReadIterationStats` class within the Google Bigtable v2 API, detailing its purpose in capturing information about row or cell iteration during read operations."],["This class is implemented across a variety of versions ranging from 2.2.0 to 3.17.0, with version 3.17.0 being the latest version."],["`ReadIterationStats` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has `object` as its parent class."],["The class includes properties like `CellsReturnedCount`, `CellsSeenCount`, `RowsReturnedCount`, and `RowsSeenCount`, all of which are of type `long` and provide counts related to cells and rows involved in the read operation."],["There are two constructors available, a default constructor and one that accepts another instance of `ReadIterationStats` to copy its properties, both used to initialize instances of the class."]]],[]]