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."],[[["The latest version available for `ReadIterationStats` within the Google Bigtable v2 API is 3.17.0, while version 3.9.0 is also available."],["`ReadIterationStats` is a class that provides information about row or cell iteration during read operations, including the number of scanned results compared to returned results."],["`ReadIterationStats` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has properties that include the count of `CellsReturnedCount`, `CellsSeenCount`, `RowsReturnedCount`, and `RowsSeenCount`, providing a detailed breakdown of read operation performance."],["The available constructors for the class are a parameterless constructor `ReadIterationStats()` and one that takes another `ReadIterationStats` as a parameter."]]],[]]