Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 9 additions & 21 deletions schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -2674,15 +2674,9 @@
"description": "Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean)."
},
"enablePartitionDiscovery": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Indicates whether to enable partition discovery."
"type": "object",
"properties": {},
"description": "Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean)."
},
"fileListPath": {
"type": "object",
Expand Down Expand Up @@ -2737,7 +2731,7 @@
"copyBehavior": {
"type": "object",
"properties": {},
"description": "The type of copy behavior for copy sink."
"description": "The type of copy behavior for copy sink. Type: string (or Expression with resultType string)."
},
"metadata": {
"oneOf": [
Expand Down Expand Up @@ -3983,15 +3977,9 @@
"description": "Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean)."
},
"enablePartitionDiscovery": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Indicates whether to enable partition discovery."
"type": "object",
"properties": {},
"description": "Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean)."
},
"fileListPath": {
"type": "object",
Expand Down Expand Up @@ -4056,7 +4044,7 @@
"copyBehavior": {
"type": "object",
"properties": {},
"description": "The type of copy behavior for copy sink."
"description": "The type of copy behavior for copy sink. Type: string (or Expression with resultType string)."
},
"enableAdlsSingleFileParallel": {
"type": "object",
Expand Down Expand Up @@ -4101,7 +4089,7 @@
"expiryDateTime": {
"type": "object",
"properties": {},
"description": "Specifies the expiry time of the written files. The time is applied to the UTC time zone in the format of \"2018-12-01T05:00:00Z\". Default value is NULL. Type: integer (or Expression with resultType integer)."
"description": "Specifies the expiry time of the written files. The time is applied to the UTC time zone in the format of \"2018-12-01T05:00:00Z\". Default value is NULL. Type: string (or Expression with resultType string)."
},
"type": {
"type": "string",
Expand Down