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. |