public sealed class FullReadStatsView : IMessage<FullReadStatsView>, IEquatable<FullReadStatsView>, IDeepCloneable<FullReadStatsView>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class FullReadStatsView.
FullReadStatsView captures all known information about a read.
public ReadIterationStats ReadIterationStats { 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-17 UTC."],[[["This webpage provides reference documentation for the `FullReadStatsView` class within the Google Bigtable v2 API for .NET, covering multiple versions from 2.2.0 to 3.17.0."],["`FullReadStatsView` is a class that captures all known information about a read operation within Google Cloud Bigtable and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides properties like `ReadIterationStats` and `RequestLatencyStats` to offer detailed insights into the efficiency and time taken for read requests."],["The latest version documented on this page is 3.17.0, while version 3.15.0 is the primary context of this page, with links to previous versions."],["The documentation covers the class's inheritance, implemented interfaces, constructors, and the `ReadIterationStats` and `RequestLatencyStats` properties."]]],[]]