public sealed class ClientStats.Types.RequestStats : IMessage<ClientStats.Types.RequestStats>, IEquatable<ClientStats.Types.RequestStats>, IDeepCloneable<ClientStats.Types.RequestStats>, IBufferMessage, IMessageReference documentation and code samples for the Google BigQuery Storage v1 API class ClientStats.Types.RequestStats.
Stats and telemetry data gathered on the client side about a single request.
Implements
IMessageClientStatsTypesRequestStats, IEquatableClientStatsTypesRequestStats, IDeepCloneableClientStatsTypesRequestStats, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Storage.V1Assembly
Google.Cloud.BigQuery.Storage.V1.dll
Constructors
RequestStats()
public RequestStats()RequestStats(RequestStats)
public RequestStats(ClientStats.Types.RequestStats other)| Parameter | |
|---|---|
| Name | Description |
other |
ClientStatsTypesRequestStats |
Properties
HasQueuedRequestsCount
public bool HasQueuedRequestsCount { get; }Gets whether the "queued_requests_count" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasSendTimeMillis
public bool HasSendTimeMillis { get; }Gets whether the "send_time_millis" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
QueuedRequestsCount
public long QueuedRequestsCount { get; set; }Optional. Number of pending requests at the moment this request was sent. This includes requests waiting to be sent, and those that are inflight.
| Property Value | |
|---|---|
| Type | Description |
long |
|
SendTimeMillis
public long SendTimeMillis { get; set; }Optional. Timestamp indicating when the request was sent over the network, expressed in epoch milliseconds.
| Property Value | |
|---|---|
| Type | Description |
long |
|