Skip to content

Commit

Permalink
CodeGen from PR 13669 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 3e9e12a525585d6d1186e514c62fe5edfbf6afdc into b2a3836d5280f65ce309b1227525d4f8b504c2c9
  • Loading branch information
SDKAuto committed Mar 26, 2021
1 parent 71cf22c commit 3bb6c51
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schemas/2017-09-01-preview/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -12175,4 +12175,4 @@
"description": "Zoho server dataset."
}
}
}
}
68 changes: 67 additions & 1 deletion schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -6961,6 +6961,12 @@
{
"$ref": "#/definitions/SalesforceServiceCloudSink"
},
{
"$ref": "#/definitions/MongoDbAtlasSink"
},
{
"$ref": "#/definitions/MongoDbV2Sink"
},
{
"$ref": "#/definitions/CosmosDbMongoDbApiSink"
}
Expand All @@ -6982,6 +6988,11 @@
],
"description": "Unmatched properties from the message are deserialized this collection"
},
"disableMetricsCollection": {
"type": "object",
"properties": {},
"description": "If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean)."
},
"maxConcurrentConnections": {
"type": "object",
"properties": {},
Expand Down Expand Up @@ -7139,6 +7150,11 @@
],
"description": "Unmatched properties from the message are deserialized this collection"
},
"disableMetricsCollection": {
"type": "object",
"properties": {},
"description": "If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean)."
},
"maxConcurrentConnections": {
"type": "object",
"properties": {},
Expand Down Expand Up @@ -18280,6 +18296,26 @@
],
"description": "MongoDB Atlas linked service properties."
},
"MongoDbAtlasSink": {
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"MongoDbAtlasSink"
]
},
"writeBehavior": {
"type": "object",
"properties": {},
"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)."
}
},
"required": [
"type"
],
"description": "A copy activity MongoDB Atlas sink."
},
"MongoDbAtlasSource": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -18643,6 +18679,26 @@
],
"description": "MongoDB linked service properties."
},
"MongoDbV2Sink": {
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"MongoDbV2Sink"
]
},
"writeBehavior": {
"type": "object",
"properties": {},
"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)."
}
},
"required": [
"type"
],
"description": "A copy activity MongoDB sink."
},
"MongoDbV2Source": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -26467,6 +26523,11 @@
],
"description": "Unmatched properties from the message are deserialized this collection"
},
"disableMetricsCollection": {
"type": "object",
"properties": {},
"description": "If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean)."
},
"maxConcurrentConnections": {
"type": "object",
"properties": {},
Expand Down Expand Up @@ -26519,6 +26580,11 @@
"properties": {},
"description": "The type of copy behavior for copy sink."
},
"disableMetricsCollection": {
"type": "object",
"properties": {},
"description": "If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean)."
},
"maxConcurrentConnections": {
"type": "object",
"properties": {},
Expand Down Expand Up @@ -28861,4 +28927,4 @@
"description": "A copy activity Zoho server source."
}
}
}
}

0 comments on commit 3bb6c51

Please sign in to comment.