MongoDbConnectionInfoResponse

data class MongoDbConnectionInfoResponse(val connectionString: String, val password: String? = null, val type: String, val userName: String? = null)

Describes a connection to a MongoDB data source

Constructors

Link copied to clipboard
constructor(connectionString: String, password: String? = null, type: String, userName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A MongoDB connection string or blob container URL. The user name and password can be specified here or in the userName and password properties

Link copied to clipboard
val password: String? = null

Password credential.

Link copied to clipboard

Type of connection info Expected value is 'MongoDbConnectionInfo'.

Link copied to clipboard
val userName: String? = null

User name