CosmosClientBuilder.WithThrottlingRetryOptions(TimeSpan, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the maximum time to wait between retry and the max number of times to retry on throttled requests.
public Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithThrottlingRetryOptions (TimeSpan maxRetryWaitTimeOnThrottledRequests, int maxRetryAttemptsOnThrottledRequests);
member this.WithThrottlingRetryOptions : TimeSpan * int -> Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder
Public Function WithThrottlingRetryOptions (maxRetryWaitTimeOnThrottledRequests As TimeSpan, maxRetryAttemptsOnThrottledRequests As Integer) As CosmosClientBuilder
Parameters
- maxRetryWaitTimeOnThrottledRequests
- TimeSpan
The maximum retry timespan for the Azure Cosmos DB service. Any interval that is smaller than a second will be ignored.
- maxRetryAttemptsOnThrottledRequests
- Int32
The number specifies the times retry requests for throttled requests.
Returns
The current CosmosClientBuilder.
Applies to
See also
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET