Uses of Class
com.azure.cosmos.ThrottlingRetryOptions
Packages that use ThrottlingRetryOptions
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
-
Uses of ThrottlingRetryOptions in com.azure.cosmos
Methods in com.azure.cosmos that return ThrottlingRetryOptionsModifier 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.Methods in com.azure.cosmos with parameters of type ThrottlingRetryOptionsModifier and TypeMethodDescriptionCosmosClientBuilder.throttlingRetryOptions
(ThrottlingRetryOptions throttlingRetryOptions) Sets the retry policy options associated with the DocumentClient instance.