Google Bigtable v2 API - Class LoadBalancingOptions.Types.LeastInFlight (3.27.0)

public sealed class LoadBalancingOptions.Types.LeastInFlight : IMessage<LoadBalancingOptions.Types.LeastInFlight>, IEquatable<LoadBalancingOptions.Types.LeastInFlight>, IDeepCloneable<LoadBalancingOptions.Types.LeastInFlight>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Bigtable v2 API class LoadBalancingOptions.Types.LeastInFlight.

Balances vRPCs over backends, preferring to send new vRPCs to AFEs with the least number of active vRPCs.

Inheritance

object > LoadBalancingOptions.Types.LeastInFlight

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

LeastInFlight()

public LeastInFlight()

LeastInFlight(LeastInFlight)

public LeastInFlight(LoadBalancingOptions.Types.LeastInFlight other)
Parameter
Name Description
other LoadBalancingOptionsTypesLeastInFlight

Properties

RandomSubsetSize

public long RandomSubsetSize { get; set; }

Of all connected AFEs, the size of the random subset to run the algorithm on. Zero implies all connected AFEs.

Property Value
Type Description
long