JDBC Driver for MongoDB

Build 22.0.8462

ReadPreferenceTags

Use this property to target a replica set member or members that are associated with tags.

Data Type

string

Default Value

""

Remarks

To make use of ReadPreferenceTags you must configure ReadPreference to a value other than the primary value (the default value). The required format is a list of semicolon seperated tag sets where each tag set is a list of key value pairs separated by commas. For example:

  • tag1:val1,tag2:val2;: Find members with both tag values. If none are found, find any eligible member.
  • tag1:val1;tag2:val2;: Find members with the specified tag1, otherwise find members with the specified tag2. If none are found find any eligible member.
  • tag1:val1: Find only members with the specified tag.
  • ;: (semicolon only) Find any eligible member. If left empty, any eligible member is targeted.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462