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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-12 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eReadEfficiencyStats\u003c/code\u003e class within the Google Bigtable v2 API for .NET, which is used to gather data on read efficiency.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReadEfficiencyStats\u003c/code\u003e class, found in the \u003ccode\u003eGoogle.Cloud.Bigtable.V2\u003c/code\u003e namespace, offers insights into read operations by capturing metrics like rows/cells seen versus rows/cells returned and server-side request latency.\u003c/p\u003e\n"],["\u003cp\u003eThe page provides documentation for versions ranging from 2.2.0 up to the latest version, 3.17.0, of \u003ccode\u003eReadEfficiencyStats\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReadEfficiencyStats\u003c/code\u003e class contains two properties, \u003ccode\u003eReadIteratorStats\u003c/code\u003e and \u003ccode\u003eRequestLatencyStats\u003c/code\u003e, that further describe the efficiency and latency of read operations, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements multiple interfaces including, \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e to ensure robust functionality and usage.\u003c/p\u003e\n"]]],[],null,[]]