public sealed class AllReadStats : IMessage<AllReadStats>, IEquatable<AllReadStats>, IDeepCloneable<AllReadStats>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class AllReadStats.
AllReadStats captures all known information about a read.
Implements
IMessage<AllReadStats>, IEquatable<AllReadStats>, IDeepCloneable<AllReadStats>, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
AllReadStats()
public AllReadStats()
AllReadStats(AllReadStats)
public AllReadStats(AllReadStats other)
Name | Description |
other | AllReadStats |
Properties
ReadIteratorStats
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).
Type | Description |
ReadIteratorStats |
RequestLatencyStats
public RequestLatencyStats RequestLatencyStats { get; set; }
Request latency stats describe the time taken to complete a request, from the server side.
Type | Description |
RequestLatencyStats |