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 development, across multiple versions, with the latest being 3.17.0."],["The `ReadIterationStats` class captures information about row and cell iteration during read operations, including how many rows and cells were scanned versus returned."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations such as message handling, comparison, and cloning."],["The class contains four properties, `CellsReturnedCount`, `CellsSeenCount`, `RowsReturnedCount`, and `RowsSeenCount`, which are all of type long and track the number of cells and rows seen and returned during a read request."],["The document covers the `ReadIterationStats` class constructors, the namespace (`Google.Cloud.Bigtable.V2`), and inherited members, providing a comprehensive overview of its structure and functionality."]]],[]]