共用方式為


SearchIndexingBufferedSenderOptions<T>.MaxThrottlingDelay Property

Definition

The maximum permissible delay between retry attempts. Note that this is different than MaxDelay which will only delay before resending the same request. This property is used to add delay between additional batch submissions when our requests are being throttled by the service.

public TimeSpan MaxThrottlingDelay { get; set; }
member this.MaxThrottlingDelay : TimeSpan with get, set
Public Property MaxThrottlingDelay As TimeSpan

Property Value

Applies to