Enum ConnectionStringScheme
- Namespace
 - MongoDB.Driver.Core.Configuration
 
- Assembly
 - MongoDB.Driver.dll
 
Represents the scheme used to construct the connection string.
public enum ConnectionStringScheme
  Fields
MongoDB = 0Mongodb scheme (mongodb://)
MongoDBPlusSrv = 1SRV scheme (mongodb+srv://)