public sealed class ReadIteratorStats : IMessage<ReadIteratorStats>, IEquatable<ReadIteratorStats>, IDeepCloneable<ReadIteratorStats>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class ReadIteratorStats.
ReadIteratorStats 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-02 UTC."],[[["This webpage provides documentation for the `ReadIteratorStats` class within the Google Bigtable v2 API, specifically for .NET development."],["The latest version of `ReadIteratorStats` is 3.17.0, and the page also lists previous versions, allowing users to access documentation for older releases."],["The `ReadIteratorStats` class captures statistics about the iteration process during read operations, including the number of rows and cells scanned and returned."],["Key properties of the `ReadIteratorStats` class include `CellsReturnedCount`, `CellsSeenCount`, `DeletesSeenCount`, `RowsReturnedCount`, and `RowsSeenCount`, each providing specific metrics about the read operation."],["The `ReadIteratorStats` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing it's designed for Google Protobuf and object management."]]],[]]