MongodbProfile constructor
MongodbProfile({
- Map<
String, String> ? additionalOptions, - List<
HostAddress> ? hostAddresses, - String? password,
- String? replicaSet,
- String? secretManagerStoredPassword,
- SrvConnectionFormat? srvConnectionFormat,
- MongodbSslConfig? sslConfig,
- StandardConnectionFormat? standardConnectionFormat,
- String? username,
Implementation
MongodbProfile({
this.additionalOptions,
this.hostAddresses,
this.password,
this.replicaSet,
this.secretManagerStoredPassword,
this.srvConnectionFormat,
this.sslConfig,
this.standardConnectionFormat,
this.username,
});