* Value for max Retry Count on Throttled Requests for Cosmos.
*/
privateintmaxRetryCount=defaultThrottlingRetryOptions.getMaxRetryAttemptsOnThrottledRequests();// Sets the default value for axRetryAttemptsOnThrottledRequests
/**
* Value for max retry wait time for Cosmos (Value in seconds).
*/
privatelongretryWaitTimeout=defaultThrottlingRetryOptions.getMaxRetryWaitTime().getSeconds();// Sets the default value for MaxRetryWaitTime in seconds
/**
* Set's the Throttling retry options based on application.properties configuration.