MongodbProfile constructor

MongodbProfile({
  1. Map<String, String>? additionalOptions,
  2. List<HostAddress>? hostAddresses,
  3. String? password,
  4. String? replicaSet,
  5. String? secretManagerStoredPassword,
  6. SrvConnectionFormat? srvConnectionFormat,
  7. MongodbSslConfig? sslConfig,
  8. StandardConnectionFormat? standardConnectionFormat,
  9. String? username,
})

Implementation

MongodbProfile({
  this.additionalOptions,
  this.hostAddresses,
  this.password,
  this.replicaSet,
  this.secretManagerStoredPassword,
  this.srvConnectionFormat,
  this.sslConfig,
  this.standardConnectionFormat,
  this.username,
});