Partilhar via


CosmosClientBuilder.WithThrottlingRetryOptions(TimeSpan, Int32) Método

Definição

Define o tempo máximo de espera entre a repetição e o número máximo de vezes para tentar novamente em solicitações 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

O período máximo de repetição para o serviço do Azure Cosmos DB. Qualquer intervalo menor que um segundo será ignorado.

maxRetryAttemptsOnThrottledRequests
Int32

O número especifica as solicitações de repetição de horários para solicitações limitadas.

Retornos

O CosmosClientBuilder atual.

Aplica-se a

Confira também