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 the Google Bigtable v2 API class `ReadIterationStats` is 3.17.0, and it has a range of versions going back to version 2.2.0 that you can access through the provided links."],["`ReadIterationStats` is a class within the `Google.Cloud.Bigtable.V2` namespace, which is designed to provide details about the iteration of rows or cells during a read operation."],["The `ReadIterationStats` class implements several interfaces including `IMessage`, `IEquatable\u003cReadIterationStats\u003e`, `IDeepCloneable\u003cReadIterationStats\u003e`, and `IBufferMessage`, offering diverse functionalities for data handling and object manipulation."],["It includes properties like `CellsReturnedCount`, `CellsSeenCount`, `RowsReturnedCount`, and `RowsSeenCount` to track the number of cells and rows scanned and returned in a request."],["The Google Bigtable v2 API `ReadIterationStats` class can be constructed with either no parameters, or passing in a `ReadIterationStats` object to the constructor."]]],[]]