Instance Propertyswift-mongodb 0.27.0MongoDriver->Mongo
id
Mongo.ReplicaSetConfiguration.Member.swift:17let id: Int64
Other members in extension
Types
Type members
init(bson: BSON.DocumentDecoder<CodingKey>
) throws init(id: Int64, host: Mongo.Host, replica: Replica?
)
Instance members
let host: Mongo.Host
let replica: Replica?
Information about this member if it is a replica, nil if (and only if) it is an arbiter.
func encode(to: inout BSON.DocumentEncoder<CodingKey>
)