Instance Propertyswift-mongodb 0.27.0MongoDriver->Mongo
name
Mongo.ReplicaSetConfiguration.swift:9let name: String
Other members in extension
Types
struct Citizen
A configuration for a citizen member. Citizens always cast at least one vote for primary, and can themselves become primary, based on their priority.
enum CodingKey
struct Member
struct Replica
struct Resident
A configuration for a resident member. Residents can vote for primary, but cannot become primary. Residents can be hidden and delayed.
enum Rights
Type members
init(bson: BSON.DocumentDecoder<CodingKey>
) throws init(name: String, writeConcernMajorityJournalDefault: Bool, members: [Member], version: Int, term: Int?
)