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 documentation covers the \u003ccode\u003eReadIterationStats\u003c/code\u003e class within the Google Bigtable v2 API, detailing its role in capturing data about row or cell iteration during read operations.\u003c/p\u003e\n"],["\u003cp\u003eMultiple versions of the \u003ccode\u003eReadIterationStats\u003c/code\u003e class are listed, ranging from version 2.2.0 up to the latest version, 3.17.0, providing a history of changes.\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, along with the listed inheritance of the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReadIterationStats\u003c/code\u003e class includes properties to track the count of cells and rows that are returned (\u003ccode\u003eCellsReturnedCount\u003c/code\u003e, \u003ccode\u003eRowsReturnedCount\u003c/code\u003e) and seen/scanned (\u003ccode\u003eCellsSeenCount\u003c/code\u003e, \u003ccode\u003eRowsSeenCount\u003c/code\u003e) during a read request.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReadIterationStats\u003c/code\u003e class has 2 constructors: the default \u003ccode\u003eReadIterationStats()\u003c/code\u003e constructor and \u003ccode\u003eReadIterationStats(ReadIterationStats other)\u003c/code\u003e constructor which takes another \u003ccode\u003eReadIterationStats\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"]]],[],null,[]]