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\u003eThis document provides reference documentation for the \u003ccode\u003eReadIterationStats\u003c/code\u003e class within the Google Bigtable v2 API, specifically for .NET development, across multiple versions, with the latest being 3.17.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReadIterationStats\u003c/code\u003e class captures information about row and cell iteration during read operations, including how many rows and cells were scanned versus returned.\u003c/p\u003e\n"],["\u003cp\u003eThis class 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, allowing for various operations such as message handling, comparison, and cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains four properties, \u003ccode\u003eCellsReturnedCount\u003c/code\u003e, \u003ccode\u003eCellsSeenCount\u003c/code\u003e, \u003ccode\u003eRowsReturnedCount\u003c/code\u003e, and \u003ccode\u003eRowsSeenCount\u003c/code\u003e, which are all of type long and track the number of cells and rows seen and returned during a read request.\u003c/p\u003e\n"],["\u003cp\u003eThe document covers the \u003ccode\u003eReadIterationStats\u003c/code\u003e class constructors, the namespace (\u003ccode\u003eGoogle.Cloud.Bigtable.V2\u003c/code\u003e), and inherited members, providing a comprehensive overview of its structure and functionality.\u003c/p\u003e\n"]]],[],null,[]]