Modifier and Type | Method and Description |
---|---|
RetryOptions |
RetryOptions.maxRetryAttemptsOnThrottledRequests(int maxRetryAttemptsOnThrottledRequests)
Sets the maximum number of retries in the case where the request fails
because the service has applied rate limiting on the client.
|
RetryOptions |
RetryOptions.maxRetryWaitTimeInSeconds(int maxRetryWaitTimeInSeconds)
Sets the maximum retry time in seconds.
|
RetryOptions |
ConnectionPolicy.retryOptions()
Gets the retry policy options associated with the DocumentClient instance.
|
Modifier and Type | Method and Description |
---|---|
ConnectionPolicy |
ConnectionPolicy.retryOptions(RetryOptions retryOptions)
Sets the retry policy options associated with the DocumentClient instance.
|
Copyright © 2019. All rights reserved.