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
Implements
IMessageRequestStats, IEquatableRequestStats, IDeepCloneableRequestStats, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
RequestStats()
public RequestStats()
RequestStats(RequestStats)
public RequestStats(RequestStats other)
Parameter | |
---|---|
Name | Description |
other | RequestStats |
Properties
FullReadStatsView
public FullReadStatsView FullReadStatsView { get; set; }
Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL view, see package google.bigtable.v2.
Property Value | |
---|---|
Type | Description |
FullReadStatsView |
StatsViewCase
public RequestStats.StatsViewOneofCase StatsViewCase { get; }
Property Value | |
---|---|
Type | Description |
RequestStatsStatsViewOneofCase |