Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

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.

  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.