MongoDbConnectionInfo interface

Describes a connection to a MongoDB data source

Extends

Properties

additionalSettings

Additional connection settings

connectionString

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

dataSource

Data source

encryptConnection

Whether to encrypt the connection

enforceSSL
port

port for server

serverBrandVersion

server brand version

type

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

password

Password credential.

userName

User name

Property Details

additionalSettings

Additional connection settings

additionalSettings?: string

Property Value

string

connectionString

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

connectionString: string

Property Value

string

dataSource

Data source

dataSource?: string

Property Value

string

encryptConnection

Whether to encrypt the connection

encryptConnection?: boolean

Property Value

boolean

enforceSSL

enforceSSL?: boolean

Property Value

boolean

port

port for server

port?: number

Property Value

number

serverBrandVersion

server brand version

serverBrandVersion?: string

Property Value

string

type

Polymorphic discriminator, which specifies the different types this object can be

type: "MongoDbConnectionInfo"

Property Value

"MongoDbConnectionInfo"

Inherited Property Details

password

Password credential.

password?: string

Property Value

string

Inherited From ConnectionInfo.password

userName

User name

userName?: string

Property Value

string

Inherited From ConnectionInfo.userName