Couchbase .NET SDK | 3.8.0
Search Results for

    Show / Hide Table of Contents

    Enum InternalReadPreference

    Namespace: Couchbase.KeyValue.ZoneAware
    Assembly: Couchbase.NetClient.dll
    Syntax
    public enum InternalReadPreference

    Fields

    Name Description
    NoPreference

    Performs the operation on all server groups.

    SelectedServerGroup

    Performs the zone-aware operation on the preferred server group only.

    SelectedServerGroupWithFallback

    Attempts to perform the zone-aware operation on the preferred server group, falling back to all available server groups if no replicas in the preferred server group are available.

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