Google Bigtable v2 API - Class ReadEfficiencyStats (3.2.0)

public sealed class ReadEfficiencyStats : IMessage<ReadEfficiencyStats>, IEquatable<ReadEfficiencyStats>, IDeepCloneable<ReadEfficiencyStats>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Bigtable v2 API class ReadEfficiencyStats.

ReadEfficiencyStats captures information about the efficiency of a read.

Inheritance

Object > ReadEfficiencyStats

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

ReadEfficiencyStats()

public ReadEfficiencyStats()

ReadEfficiencyStats(ReadEfficiencyStats)

public ReadEfficiencyStats(ReadEfficiencyStats other)
Parameter
NameDescription
otherReadEfficiencyStats

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