Google BigQuery Storage v1 API - Class ClientStats (3.20.0)

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

Reference documentation and code samples for the Google BigQuery Storage v1 API class ClientStats.

Stats and telemetry data gathered on the client side about requests being sent to the BigQuery Storage service, for internal use only.

Inheritance

object > ClientStats

Namespace

Google.Cloud.BigQuery.Storage.V1

Assembly

Google.Cloud.BigQuery.Storage.V1.dll

Constructors

ClientStats()

public ClientStats()

ClientStats(ClientStats)

public ClientStats(ClientStats other)
Parameter
Name Description
other ClientStats

Properties

RequestStats

public ClientStats.Types.RequestStats RequestStats { get; set; }

Optional. Per-request stats.

Property Value
Type Description
ClientStatsTypesRequestStats

WindowStats

public ClientStats.Types.WindowStats WindowStats { get; set; }

Optional. Windowed stats.

Property Value
Type Description
ClientStatsTypesWindowStats