RetryOptions
Class
Definition
RetryOptions class defines the parameters an application can set to customize the built-in retry policies in the Azure DocumentDB database service.
public class RetryOptions
- Inheritance
-
RetryOptions
Remarks
The DocumentClient class supports retry on certain types of exceptions. This class provides options for applications to control the retry behavior.
Constructors
| RetryOptions() |
Creates a new instance of the RetryOptions class and intialize all properties to default values for the Azure DocumentDB database service. |
Properties
| MaxRetryAttemptsOnThrottledRequests |
Gets or sets the maximum number of retries in the case where the request fails because the Azure DocumentDB database service has applied rate limiting on the client. |
| MaxRetryWaitTimeInSeconds |
Gets or sets the maximum retry time in seconds for the Azure DocumentDB database service. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |