Uses of Class
com.azure.cosmos.ThrottlingRetryOptions
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
-
Uses of ThrottlingRetryOptions in com.azure.cosmos
Modifier and TypeMethodDescriptionThrottlingRetryOptions.setMaxRetryAttemptsOnThrottledRequests
(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.ThrottlingRetryOptions.setMaxRetryWaitTime
(Duration maxRetryWaitTime) Sets the maximum retry time in seconds.Modifier and TypeMethodDescriptionCosmosClientBuilder.throttlingRetryOptions
(ThrottlingRetryOptions throttlingRetryOptions) Sets the retry policy options associated with the DocumentClient instance.