Google BigQuery Storage v1 API - Class ThrottleState (3.15.0)

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

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

Information on if the current connection is being throttled.

Inheritance

object > ThrottleState

Namespace

Google.Cloud.BigQuery.Storage.V1

Assembly

Google.Cloud.BigQuery.Storage.V1.dll

Constructors

ThrottleState()

public ThrottleState()

ThrottleState(ThrottleState)

public ThrottleState(ThrottleState other)
Parameter
Name Description
other ThrottleState

Properties

ThrottlePercent

public int ThrottlePercent { get; set; }

How much this connection is being throttled. Zero means no throttling, 100 means fully throttled.

Property Value
Type Description
int