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 provided content details the `FullReadStatsView` class within the Google Bigtable v2 API, specifically for .NET, including version 3.8.0 as the current reference point."],["This class is designed to capture comprehensive information about a read operation, allowing for an evaluation of its efficiency and performance."],["The `FullReadStatsView` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration within the .NET framework."],["It contains properties like `ReadIterationStats` and `RequestLatencyStats` to offer insights into read efficiency and the server-side time taken for requests, respectively."],["A range of versions for this class is listed, from version 3.17.0 (latest) down to 2.2.0, illustrating its evolution and history within the API."]]],[]]