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 reference documentation for the `ReadIterationStats` class within the Google Bigtable v2 API, specifically for .NET development, detailing its properties, constructors, and implemented interfaces."],["The `ReadIterationStats` class, part of the `Google.Cloud.Bigtable.V2` namespace, captures metrics about the iteration of rows or cells during a read operation, including counts of cells and rows seen versus those returned."],["The class has properties such as `CellsReturnedCount`, `CellsSeenCount`, `RowsReturnedCount`, and `RowsSeenCount`, all of which are of type `long`, to provide numerical data on the read operation."],["The documentation lists multiple versions of this API, from version 2.2.0 to the latest, 3.17.0, that are available for use."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which enable functionalities like message handling, equality comparison, deep cloning, and buffer message operations."]]],[]]