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.
Implements
IMessage<ThrottleState>, IEquatable<ThrottleState>, IDeepCloneable<ThrottleState>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Storage.V1Assembly
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 |
Int32 |