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.
Implements
IMessageFullReadStatsView, IEquatableFullReadStatsView, IDeepCloneableFullReadStatsView, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
FullReadStatsView()
public FullReadStatsView()
FullReadStatsView(FullReadStatsView)
public FullReadStatsView(FullReadStatsView other)
Parameter | |
---|---|
Name | Description |
other | FullReadStatsView |
Properties
ReadIterationStats
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).
Property Value | |
---|---|
Type | Description |
ReadIterationStats |
RequestLatencyStats
public RequestLatencyStats RequestLatencyStats { get; set; }
Request latency stats describe the time taken to complete a request, from the server side.
Property Value | |
---|---|
Type | Description |
RequestLatencyStats |