MongoDbConnectionInfo interface
Describes a connection to a MongoDB data source
- Extends
Properties
| additional |
Additional connection settings |
| authentication | Authentication type to use for connection |
| connection |
A MongoDB connection string or blob container URL. The user name and password can be specified here or in the userName and password properties |
| data |
Data source |
| encrypt |
Whether to encrypt the connection |
| enforceSSL | |
| port | port for server |
| server |
server brand version |
| server |
name of the server |
| server |
server version |
| trust |
Whether to trust the server certificate |
| type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
additionalSettings
Additional connection settings
additionalSettings?: string
Property Value
string
authentication
Authentication type to use for connection
authentication?: 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
serverName
name of the server
serverName?: string
Property Value
string
serverVersion
server version
serverVersion?: string
Property Value
string
trustServerCertificate
Whether to trust the server certificate
trustServerCertificate?: boolean
Property Value
boolean
type
Polymorphic discriminator, which specifies the different types this object can be
type: "MongoDbConnectionInfo"
Property Value
"MongoDbConnectionInfo"