次の方法で共有


MongoDbConnectionInfo interface

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

プロパティ

connectionString

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

password

パスワード資格情報。

type

ポリモーフィック判別器

userName

ユーザー名

プロパティの詳細

connectionString

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

connectionString: string

プロパティ値

string

password

パスワード資格情報。

password?: string

プロパティ値

string

type

ポリモーフィック判別器

type: "MongoDbConnectionInfo"

プロパティ値

"MongoDbConnectionInfo"

userName

ユーザー名

userName?: string

プロパティ値

string