Replica Set & Sharded Cluster-Related Settings
-
A struct to represent a MongoDB read concern.
See moreDeclaration
Swift
public struct ReadConcern : Codable
extension ReadConcern: CustomStringConvertible
extension ReadConcern: Equatable
-
Represents a MongoDB read preference, indicating which member(s) of a replica set read operations should be directed to.
See moreDeclaration
Swift
public struct ReadPreference : Equatable
-
A class to represent a MongoDB write concern.
See moreDeclaration
Swift
public struct WriteConcern : Codable
extension WriteConcern: CustomStringConvertible
extension WriteConcern: Equatable