Share via


CosmosClientOptions.MaxRetryAttemptsOnRateLimitedRequests Property

Definition

Get or set the number of times client should retry on rate throttled requests.

public int? MaxRetryAttemptsOnRateLimitedRequests { get; set; }
member this.MaxRetryAttemptsOnRateLimitedRequests : Nullable<int> with get, set
Public Property MaxRetryAttemptsOnRateLimitedRequests As Nullable(Of Integer)

Property Value

Applies to

See also