new IdempotenceAwareRetryPolicy(childPolicyopt)
Creates a new instance of IdempotenceAwareRetryPolicy.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
childPolicy |
RetryPolicy |
<optional> |
The child retry policy to wrap. When not defined, it will use an instance of RetryPolicy as child policy. |
- Deprecated:
- This policy was deprecated in the DSx driver, and it's removed in this driver. Since version 4.0 non-idempotent operations are never tried for write timeout or request error, use the default retry policy instead.
- Source: