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-08-12 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eReadIterationStats\u003c/code\u003e class within the Google Bigtable v2 API for .NET, which is used to track the iteration statistics of rows and cells during read operations.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eReadIterationStats\u003c/code\u003e is 3.17.0, and the page includes links to documentation for previous versions down to 2.2.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReadIterationStats\u003c/code\u003e 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, each providing a count related to the data scanned and returned during a read operation.\u003c/p\u003e\n"],["\u003cp\u003eThe 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, indicating its role in message handling and data manipulation.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eReadIterationStats\u003c/code\u003e has two constructors, a default one and another that takes a \u003ccode\u003eReadIterationStats\u003c/code\u003e object as a parameter, allowing for the creation of new instances.\u003c/p\u003e\n"]]],[],null,[]]