Google Bigtable v2 API - Class FullReadStatsView (3.6.0)

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.

Inheritance

object > FullReadStatsView

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

FullReadStatsView()

public FullReadStatsView()

FullReadStatsView(FullReadStatsView)

public FullReadStatsView(FullReadStatsView other)
Parameter
NameDescription
otherFullReadStatsView

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
TypeDescription
ReadIterationStats

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