public sealed class ReadIteratorStats : IMessage<ReadIteratorStats>, IEquatable<ReadIteratorStats>, IDeepCloneable<ReadIteratorStats>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class ReadIteratorStats.
ReadIteratorStats 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 \u003ccode\u003eReadIteratorStats\u003c/code\u003e class in the Google Bigtable v2 API provides information about row and cell iteration during read operations, including counts of scanned versus returned results.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for \u003ccode\u003eReadIteratorStats\u003c/code\u003e is 3.17.0, with versions going as far back as 2.2.0 documented.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eReadIteratorStats\u003c/code\u003e implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has properties to track the count of cells returned (\u003ccode\u003eCellsReturnedCount\u003c/code\u003e), cells seen (\u003ccode\u003eCellsSeenCount\u003c/code\u003e), deletes seen (\u003ccode\u003eDeletesSeenCount\u003c/code\u003e), rows returned (\u003ccode\u003eRowsReturnedCount\u003c/code\u003e), and rows seen (\u003ccode\u003eRowsSeenCount\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThis class is found within the Google.Cloud.Bigtable.V2 namespace and is part of the Google.Cloud.Bigtable.V2.dll assembly.\u003c/p\u003e\n"]]],[],null,[]]