public sealed class ThrottleState : IMessage<ThrottleState>, IEquatable<ThrottleState>, IDeepCloneable<ThrottleState>, IBufferMessage, IMessageReference documentation and code samples for the Google BigQuery Storage v1 API class ThrottleState.
Information on if the current connection is being throttled.
Implements
IMessageThrottleState, IEquatableThrottleState, IDeepCloneableThrottleState, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.BigQueryGoogle.Cloud.BigQuery.StorageV1Assembly
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 |
|