Enum RetryStrategy
Thee type of retry strategy.
Namespace: Couchbase.Core.IO.Operations.Errors
Assembly: Couchbase.NetClient.dll
Syntax
public enum RetryStrategy
Fields
| Name | Description |
|---|---|
| Constant | The retry interval is a constant value. |
| Exponential | The retry interval grows in an exponential fashion. |
| Linear | The retry interval grows in a linear fashion. |
| None | No retry strategy. This is the default value. |