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-04-02 UTC."],[[["This webpage provides documentation for the `ReadEfficiencyStats` class within the Google Bigtable v2 API for .NET, which is used to gather data on read efficiency."],["The `ReadEfficiencyStats` class, found in the `Google.Cloud.Bigtable.V2` namespace, offers insights into read operations by capturing metrics like rows/cells seen versus rows/cells returned and server-side request latency."],["The page provides documentation for versions ranging from 2.2.0 up to the latest version, 3.17.0, of `ReadEfficiencyStats`."],["The `ReadEfficiencyStats` class contains two properties, `ReadIteratorStats` and `RequestLatencyStats`, that further describe the efficiency and latency of read operations, respectively."],["The class implements multiple interfaces including, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to ensure robust functionality and usage."]]],[]]