mongo4cats.models.client
package mongo4cats.models.client
Members list
Type members
Classlikes
object ClientSessionOptions
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ClientSessionOptions.type
object ConnectionString
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ConnectionString.type
object MongoClientSettings
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MongoClientSettings.type
sealed abstract class MongoConnection(val host: String, val port: Option[Int], val credential: Option[MongoCredential], val connectionType: MongoConnectionType)
A data model representation of a MongoDB Connection String
A data model representation of a MongoDB Connection String
Value parameters
- 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
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object MongoConnection
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MongoConnection.type
object MongoConnectionType
Attributes
- Companion
- class
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
MongoConnectionType.type
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object MongoDriverInformation
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
object ServerAddress
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ServerAddress.type
object TransactionOptions
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TransactionOptions.type
Types
In this article