ServiceLocator
Mongo.ServiceLocator.swift:6protocol ServiceLocator<Login>
Requirements
Type members
Instance members
Other members in extension
View members
Hide members
This section is hidden by default because it contains too many (13) members.
Protocols
protocol DiscoveryMode
A way to discover members of a MongoDB deployment.
protocol LoginMode<Authentication>
Types
enum Authentication
struct Credentials
struct DNS
Under this discovery mode, the driver will query a domain name server to obtain a list of MongoDB servers. This type also serves as a namespace for DNS-related functionality.
enum DirectSeeding
Under this discovery mode, the driver will use a predefined list of MongoDB servers to connect to a deployment.
struct DriverBootstrap
A driver configuration, which can be used to create session pools.
struct DriverOptions<Authentication>
struct Guest
enum SeedingMethod
enum TLS
enum URI
A namespace for the connection string builder API.
struct User