MongoConnection

mongo4cats.models.client.MongoConnection
See theMongoConnection companion object
sealed abstract class MongoConnection(host: String, port: Int, credential: Option[MongoCredential], connectionType: MongoConnectionType)

A data model representation of a MongoDB Connection String

Attributes

connectionType

For switching between different MongoDB connection types, see MongoConnectionType for possible options

credential

Optional credentials that maybe used to establish authentication with the MongoDB

host

The host that serves MongoDB

port

Port where the MongoDB is served in the host

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any