You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "MongoDB Atlas linked service properties."
18282
18310
},
18311
+
"MongoDbAtlasSink": {
18312
+
"type": "object",
18313
+
"properties": {
18314
+
"type": {
18315
+
"type": "string",
18316
+
"enum": [
18317
+
"MongoDbAtlasSink"
18318
+
]
18319
+
},
18320
+
"writeBehavior": {
18321
+
"type": "object",
18322
+
"properties": {},
18323
+
"description": "Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is \"insert\". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string)."
18324
+
}
18325
+
},
18326
+
"required": [
18327
+
"type"
18328
+
],
18329
+
"description": "A copy activity MongoDB Atlas sink."
18330
+
},
18283
18331
"MongoDbAtlasSource": {
18284
18332
"type": "object",
18285
18333
"properties": {
@@ -18643,6 +18691,26 @@
18643
18691
],
18644
18692
"description": "MongoDB linked service properties."
18645
18693
},
18694
+
"MongoDbV2Sink": {
18695
+
"type": "object",
18696
+
"properties": {
18697
+
"type": {
18698
+
"type": "string",
18699
+
"enum": [
18700
+
"MongoDbV2Sink"
18701
+
]
18702
+
},
18703
+
"writeBehavior": {
18704
+
"type": "object",
18705
+
"properties": {},
18706
+
"description": "Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is \"insert\". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string)."
18707
+
}
18708
+
},
18709
+
"required": [
18710
+
"type"
18711
+
],
18712
+
"description": "A copy activity MongoDB sink."
18713
+
},
18646
18714
"MongoDbV2Source": {
18647
18715
"type": "object",
18648
18716
"properties": {
@@ -25259,6 +25327,46 @@
25259
25327
],
25260
25328
"description": "A copy activity Spark Server source."
"description": "The client ID of the application in Azure Active Directory used for Azure Key Vault authentication. Type: string (or Expression with resultType string)."
0 commit comments