passives property
An array of strings in the format of "hostname:port" listing
all members of the replica set which have a membersn.priority of 0.
This field only appears if there is at least one member with a
membersn.priority of 0.
Drivers use this array and the hello.hosts to determine which members
to read from.
Implementation
List<String>? passives;