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-04-17 UTC."],[[["This documentation page covers the `ReadIterationStats` class within the Google Bigtable v2 API for .NET, detailing its purpose in tracking row and cell iteration during read operations."],["The `ReadIterationStats` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object manipulation within the API."],["The class offers four key properties: `CellsReturnedCount`, `CellsSeenCount`, `RowsReturnedCount`, and `RowsSeenCount`, all of which are of type `long` and provide metrics on cells and rows scanned and returned during a read operation."],["This page also lists available documentation for older versions of the API, all the way down to version 2.2.0, with 3.17.0 as the latest."],["The `ReadIterationStats` class includes two constructors, a default constructor and one that accepts another `ReadIterationStats` object for copying purposes."]]],[]]