Compartir a través de


CosmosClientBuilder.WithThrottlingRetryOptions(TimeSpan, Int32) Método

Definición

Establece el tiempo máximo de espera entre el reintento y el número máximo de veces que se reintenta en las solicitudes limitadas.

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

Parámetros

maxRetryWaitTimeOnThrottledRequests
TimeSpan

Intervalo máximo de tiempo de reintento para el servicio Azure Cosmos DB. Se omitirá cualquier intervalo menor que un segundo.

maxRetryAttemptsOnThrottledRequests
Int32

El número especifica las solicitudes de reintento de veces para las solicitudes limitadas.

Devoluciones

Objeto CosmosClientBuilder actual.

Se aplica a

Consulte también