Google BigQuery Storage v1 API - Class ClientStats.Types.RequestStats (3.20.0)

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

Reference 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.

Inheritance

object > ClientStats.Types.RequestStats

Namespace

Google.Cloud.BigQuery.Storage.V1

Assembly

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