Couchbase .NET SDK | 3.7.2
Search Results for

    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.

    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.