Uses of Class
com.azure.data.cosmos.RetryOptions
-
Packages that use RetryOptions Package Description com.azure.data.cosmos This package provides Rx interfaces for interacting with Azure Cosmos DB. -
-
Uses of RetryOptions in com.azure.data.cosmos
Methods in com.azure.data.cosmos that return RetryOptions Modifier and Type Method 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.Methods in com.azure.data.cosmos with parameters of type RetryOptions Modifier and Type Method Description ConnectionPolicy
ConnectionPolicy. retryOptions(RetryOptions retryOptions)
Sets the retry policy options associated with the DocumentClient instance.
-