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 Bigtable v2 API class \u003ccode\u003eReadIterationStats\u003c/code\u003e is 3.17.0, and it has a range of versions going back to version 2.2.0 that you can access through the provided links.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eReadIterationStats\u003c/code\u003e is a class within the \u003ccode\u003eGoogle.Cloud.Bigtable.V2\u003c/code\u003e namespace, which is designed to provide details about the iteration of rows or cells during a read operation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReadIterationStats\u003c/code\u003e class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable<ReadIterationStats>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<ReadIterationStats>\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, offering diverse functionalities for data handling and object manipulation.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties like \u003ccode\u003eCellsReturnedCount\u003c/code\u003e, \u003ccode\u003eCellsSeenCount\u003c/code\u003e, \u003ccode\u003eRowsReturnedCount\u003c/code\u003e, and \u003ccode\u003eRowsSeenCount\u003c/code\u003e to track the number of cells and rows scanned and returned in a request.\u003c/p\u003e\n"],["\u003cp\u003eThe Google Bigtable v2 API \u003ccode\u003eReadIterationStats\u003c/code\u003e class can be constructed with either no parameters, or passing in a \u003ccode\u003eReadIterationStats\u003c/code\u003e object to the constructor.\u003c/p\u003e\n"]]],[],null,[]]