ConnectionPolicy.RetryOptions
Property
Definition
Gets or sets the RetryOptions associated with the DocumentClient in the Azure DocumentDB database service.
public Microsoft.Azure.Documents.Client.RetryOptions RetryOptions { get; set; }
Property Value
If this property is not set, the SDK uses the default retry policy that has MaxRetryAttemptsOnThrottledRequests set to 9 and MaxRetryWaitTimeInSeconds set to 30 seconds.
Remarks
For more information, see Handle rate limiting/request rate too large.