Google Bigtable v2 API - Class RequestStats (3.12.0)

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

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

RequestStats is the container for additional information pertaining to a single request, helpful for evaluating the performance of the sent request. Currently, there are the following supported methods:

  • google.bigtable.v2.ReadRows

Inheritance

object > RequestStats

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

RequestStats()

public RequestStats()

RequestStats(RequestStats)

public RequestStats(RequestStats other)
Parameter
NameDescription
otherRequestStats

Properties

FullReadStatsView

public FullReadStatsView FullReadStatsView { get; set; }

Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.

Property Value
TypeDescription
FullReadStatsView

StatsViewCase

public RequestStats.StatsViewOneofCase StatsViewCase { get; }
Property Value
TypeDescription
RequestStatsStatsViewOneofCase