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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-12 UTC."],[[["\u003cp\u003eThe webpage provides documentation for the \u003ccode\u003eReadIterationStats\u003c/code\u003e class within the Google Bigtable v2 API, detailing its purpose in capturing information about row or cell iteration during read operations.\u003c/p\u003e\n"],["\u003cp\u003eThis 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.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eReadIterationStats\u003c/code\u003e implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and has \u003ccode\u003eobject\u003c/code\u003e as its parent class.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties like \u003ccode\u003eCellsReturnedCount\u003c/code\u003e, \u003ccode\u003eCellsSeenCount\u003c/code\u003e, \u003ccode\u003eRowsReturnedCount\u003c/code\u003e, and \u003ccode\u003eRowsSeenCount\u003c/code\u003e, all of which are of type \u003ccode\u003elong\u003c/code\u003e and provide counts related to cells and rows involved in the read operation.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available, a default constructor and one that accepts another instance of \u003ccode\u003eReadIterationStats\u003c/code\u003e to copy its properties, both used to initialize instances of the class.\u003c/p\u003e\n"]]],[],null,[]]