MongoDbConnectionInfo interface
MongoDB データ ソースへの接続について説明します
プロパティ
connection |
MongoDB 接続文字列または BLOB コンテナー URL。 ユーザー名とパスワードは、ここで、または userName プロパティと password プロパティで指定できます。 |
password | パスワード資格情報。 |
type | ポリモーフィック判別器 |
user |
ユーザー名 |
プロパティの詳細
connectionString
MongoDB 接続文字列または BLOB コンテナー URL。 ユーザー名とパスワードは、ここで、または userName プロパティと password プロパティで指定できます。
connectionString: string
プロパティ値
string
password
パスワード資格情報。
password?: string
プロパティ値
string
type
ポリモーフィック判別器
type: "MongoDbConnectionInfo"
プロパティ値
"MongoDbConnectionInfo"
userName
ユーザー名
userName?: string
プロパティ値
string