public sealed class ReadEfficiencyStats : IMessage<ReadEfficiencyStats>, IEquatable<ReadEfficiencyStats>, IDeepCloneable<ReadEfficiencyStats>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class ReadEfficiencyStats.
ReadEfficiencyStats captures information about the efficiency of a read.
public ReadIteratorStats ReadIteratorStats { get; set; }
Iteration stats describe how efficient the read is, e.g. comparing
rows seen vs. rows returned or cells seen vs cells returned can provide an
indication of read efficiency (the higher the ratio of seen to retuned the
better).
[[["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 documentation is for the `ReadEfficiencyStats` class within the Google Bigtable v2 API for .NET, specifically focusing on version 3.2.0."],["`ReadEfficiencyStats` provides information about the efficiency of a read operation, including details about seen vs returned elements."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class contains properties for `ReadIteratorStats` to describe read efficiency, and `RequestLatencyStats` to detail server-side request completion times."],["There are many versions of the documentation available, with the latest being 3.17.0 and it showing a version history going as far back as 2.2.0."]]],[]]