Google Bigtable v2 API - Class AllReadStats (3.2.0)

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.

Inheritance

Object > AllReadStats

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

AllReadStats()

public AllReadStats()

AllReadStats(AllReadStats)

public AllReadStats(AllReadStats other)
Parameter
NameDescription
otherAllReadStats

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).

Property Value
TypeDescription
ReadIteratorStats

RequestLatencyStats

public RequestLatencyStats RequestLatencyStats { get; set; }

Request latency stats describe the time taken to complete a request, from the server side.

Property Value
TypeDescription
RequestLatencyStats