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