MongoDbAtlasLinkedService interface
MongoDB Atlas データ ソースのリンクされたサービス。
- Extends
プロパティ
connection |
MongoDB Atlas 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 型: string、SecureString、または AzureKeyVaultSecretReference。 |
database | アクセスする MongoDB Atlas データベースの名前。 型: string (または resultType 文字列を含む式)。 |
driver |
選択するドライバーのバージョン。 使用できる値は v1 と v2 です。 型: string (または resultType 文字列を含む式)。 |
type | ポリモーフィック判別器。このオブジェクトで使用できるさまざまな型を指定します。 |
継承されたプロパティ
annotations | リンクされたサービスの説明に使用できるタグの一覧。 |
connect |
統合ランタイム参照。 |
description | リンクされたサービスの説明。 |
parameters | リンクされたサービスのパラメーター。 |
プロパティの詳細
connectionString
MongoDB Atlas 接続文字列。 型: string、SecureString、または AzureKeyVaultSecretReference。 型: string、SecureString、または AzureKeyVaultSecretReference。
connectionString: any
プロパティ値
any
database
アクセスする MongoDB Atlas データベースの名前。 型: string (または resultType 文字列を含む式)。
database: any
プロパティ値
any
driverVersion
選択するドライバーのバージョン。 使用できる値は v1 と v2 です。 型: string (または resultType 文字列を含む式)。
driverVersion?: any
プロパティ値
any
type
ポリモーフィック判別器。このオブジェクトで使用できるさまざまな型を指定します。
type: "MongoDbAtlas"
プロパティ値
"MongoDbAtlas"
継承されたプロパティの詳細
annotations
connectVia
統合ランタイム参照。
connectVia?: IntegrationRuntimeReference
プロパティ値
description
parameters
リンクされたサービスのパラメーター。
parameters?: {[propertyName: string]: ParameterSpecification}
プロパティ値
{[propertyName: string]: ParameterSpecification}