次の方法で共有


MongoDbConnectionInfo interface

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

プロパティ

connectionString

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

password

パスワード資格情報。

type

ポリモーフィック識別子

userName

ユーザー名

プロパティの詳細

connectionString

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

connectionString: string

プロパティ値

string

password

パスワード資格情報。

password?: string

プロパティ値

string

type

ポリモーフィック識別子

type: "MongoDbConnectionInfo"

プロパティ値

"MongoDbConnectionInfo"

userName

ユーザー名

userName?: string

プロパティ値

string