Couchbase .NET SDK __CB_SDK_VERSION__

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.

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