Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Enum ReadPreference

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

Fields

Name Description
NoPreference

Performs the operation on all server groups.

SelectedServerGroup

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

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