Class ThrottleState (3.2.0)

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

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
NameDescription
otherThrottleState

Properties

ThrottlePercent

public int ThrottlePercent { get; set; }

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

Property Value
TypeDescription
Int32