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-03-21 UTC."],[[["The `FullReadStatsView` class in the Google Bigtable v2 API captures comprehensive information about a read operation."],["The most recent version available is 3.17.0, and this documentation also includes prior versions dating back to 2.2.0, for users to have access to older versions of this API."],["`FullReadStatsView` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as including a link to each interface."],["The class provides properties such as `ReadIterationStats` and `RequestLatencyStats`, which offer detailed insights into the efficiency and timing of read requests."],["It is contained in the `Google.Cloud.Bigtable.V2` namespace and is part of the `Google.Cloud.Bigtable.V2.dll` assembly."]]],[]]