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-03-21 UTC."],[[["This webpage provides documentation for the `ReadIterationStats` class within the Google Bigtable v2 API for .NET, which is used to track the iteration statistics of rows and cells during read operations."],["The latest version of `ReadIterationStats` is 3.17.0, and the page includes links to documentation for previous versions down to 2.2.0."],["The `ReadIterationStats` class includes properties like `CellsReturnedCount`, `CellsSeenCount`, `RowsReturnedCount`, and `RowsSeenCount`, each providing a count related to the data scanned and returned during a read operation."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cReadIterationStats\u003e`, `IDeepCloneable\u003cReadIterationStats\u003e`, and `IBufferMessage`, indicating its role in message handling and data manipulation."],["`ReadIterationStats` has two constructors, a default one and another that takes a `ReadIterationStats` object as a parameter, allowing for the creation of new instances."]]],[]]