Skip to content

Commit a8e539e

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Change drvier version name
1 parent 7abef35 commit a8e539e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/data-factory/connector-mongodb-atlas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The following properties are supported for MongoDB Atlas linked service:
7474
| type |The type property must be set to: **MongoDbAtlas** |Yes |
7575
| connectionString |Specify the MongoDB Atlas connection string e.g. `mongodb+srv://<username>:<password>@<clustername>.<randomString>.<hostName>/<dbname>?<otherProperties>`. <br/><br /> You can also put a connection string in Azure Key Vault. Refer to [Store credentials in Azure Key Vault](store-credentials-in-key-vault.md) with more details. |Yes |
7676
| database | Name of the database that you want to access. | Yes |
77-
| mongoDbAtlasDriverVersion | Specify the driver version to 2.19.0 which supports MongoDB version 3.6 and higher. For more information, go to this [article](https://www.mongodb.com/docs/drivers/csharp/current/compatibility/). |No |
77+
| driverVersion | Specify the driver version to 2.19.0 which supports MongoDB version 3.6 and higher. For more information, go to this [article](https://www.mongodb.com/docs/drivers/csharp/current/compatibility/). |No |
7878
| connectVia | The [Integration Runtime](concepts-integration-runtime.md) to be used to connect to the data store. Learn more from [Prerequisites](#prerequisites) section. If not specified, it uses the default Azure Integration Runtime. |No |
7979

8080
**Example:**
@@ -87,7 +87,7 @@ The following properties are supported for MongoDB Atlas linked service:
8787
"typeProperties": {
8888
"connectionString": "mongodb+srv://<username>:<password>@<clustername>.<randomString>.<hostName>/<dbname>?<otherProperties>",
8989
"database": "myDatabase",
90-
"mongoDbAtlasDriverVersion": "<driver version>"
90+
"driverVersion": "<driver version>"
9191
},
9292
"connectVia": {
9393
"referenceName": "<name of Integration Runtime>",

0 commit comments

Comments
 (0)