LoadBalancingSettingsParameters interface

Round-Robin load balancing settings for a backend pool

Properties

additionalLatencyInMilliseconds

The additional latency in milliseconds for probes to fall into the lowest latency bucket

sampleSize

The number of samples to consider for load balancing decisions

successfulSamplesRequired

The number of samples within the sample period that must succeed

Property Details

additionalLatencyInMilliseconds

The additional latency in milliseconds for probes to fall into the lowest latency bucket

additionalLatencyInMilliseconds?: number

Property Value

number

sampleSize

The number of samples to consider for load balancing decisions

sampleSize?: number

Property Value

number

successfulSamplesRequired

The number of samples within the sample period that must succeed

successfulSamplesRequired?: number

Property Value

number