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 latest version available for the Google.Cloud.Bigtable.V2 API class ReadIterationStats is 3.17.0, with multiple prior versions listed from 3.16.0 down to 2.2.0.\u003c/p\u003e\n"],["\u003cp\u003eReadIterationStats is a class in the Google Bigtable v2 API, designed to track the number of rows and cells seen and returned during a read operation.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReadIterationStats\u003c/code\u003e class has four properties of type long: \u003ccode\u003eCellsReturnedCount\u003c/code\u003e, \u003ccode\u003eCellsSeenCount\u003c/code\u003e, \u003ccode\u003eRowsReturnedCount\u003c/code\u003e, and \u003ccode\u003eRowsSeenCount\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe ReadIterationStats class offers two constructors: a default parameterless one, and another that accepts an existing ReadIterationStats object as an argument.\u003c/p\u003e\n"]]],[],null,[]]