次の方法で共有


MongoDbConnectionInfo interface

MongoDB データ ソースへの接続について説明します

Extends

プロパティ

additionalSettings

追加の接続設定

authentication

接続に使用する認証の種類

connectionString

MongoDB 接続文字列または BLOB コンテナーの URL。 ユーザー名とパスワードは、ここで指定することも、userName プロパティとパスワード プロパティで指定することもできます。

dataSource

データ ソース

encryptConnection

接続を暗号化するかどうか

enforceSSL
port

サーバーのポート

serverBrandVersion

サーバー ブランド バージョン

serverName

サーバーの名前

serverVersion

サーバーのバージョン

trustServerCertificate

サーバー証明書を信頼するかどうか

type

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

継承されたプロパティ

password

パスワード資格情報。

userName

ユーザー名

プロパティの詳細

additionalSettings

追加の接続設定

additionalSettings?: string

プロパティ値

string

authentication

接続に使用する認証の種類

authentication?: string

プロパティ値

string

connectionString

MongoDB 接続文字列または BLOB コンテナーの URL。 ユーザー名とパスワードは、ここで指定することも、userName プロパティとパスワード プロパティで指定することもできます。

connectionString: string

プロパティ値

string

dataSource

データ ソース

dataSource?: string

プロパティ値

string

encryptConnection

接続を暗号化するかどうか

encryptConnection?: boolean

プロパティ値

boolean

enforceSSL

enforceSSL?: boolean

プロパティ値

boolean

port

サーバーのポート

port?: number

プロパティ値

number

serverBrandVersion

サーバー ブランド バージョン

serverBrandVersion?: string

プロパティ値

string

serverName

サーバーの名前

serverName?: string

プロパティ値

string

serverVersion

サーバーのバージョン

serverVersion?: string

プロパティ値

string

trustServerCertificate

サーバー証明書を信頼するかどうか

trustServerCertificate?: boolean

プロパティ値

boolean

type

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

type: "MongoDbConnectionInfo"

プロパティ値

"MongoDbConnectionInfo"

継承されたプロパティの詳細

password

パスワード資格情報。

password?: string

プロパティ値

string

承元ConnectionInfo.password

userName

ユーザー名

userName?: string

プロパティ値

string

承元ConnectionInfo.userName