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 document provides reference documentation for the `ReadIterationStats` class within the Google Bigtable v2 API, specifically for .NET."],["The latest version of this class is 3.17.0, but the document lists versions back to 2.2.0 of Google.Cloud.Bigtable.V2, accessible via the provided links."],["The `ReadIterationStats` class captures data about row or cell iteration during read operations, such as the number of results scanned versus the number returned."],["The `ReadIterationStats` class includes properties like `CellsReturnedCount`, `CellsSeenCount`, `RowsReturnedCount`, and `RowsSeenCount`, which are all of type `Int64`."],["This class implements multiple interfaces, namely `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]