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
Copy file name to clipboardExpand all lines: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -356,8 +356,8 @@
356
356
"description": "Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string)."
357
357
},
358
358
"enablePartitionDiscovery": {
359
-
"type": "boolean",
360
-
"description": "Indicates whether to enable partition discovery."
359
+
"type": "object",
360
+
"description": "Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean)."
361
361
},
362
362
"partitionRootPath": {
363
363
"type": "object",
@@ -411,8 +411,8 @@
411
411
"description": "Lists files before the value (inclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string)."
412
412
},
413
413
"enablePartitionDiscovery": {
414
-
"type": "boolean",
415
-
"description": "Indicates whether to enable partition discovery."
414
+
"type": "object",
415
+
"description": "Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean)."
416
416
},
417
417
"partitionRootPath": {
418
418
"type": "object",
@@ -1010,8 +1010,8 @@
1010
1010
],
1011
1011
"properties": {
1012
1012
"expiryDateTime": {
1013
-
"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).",
1014
-
"type": "object"
1013
+
"type": "object",
1014
+
"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)."
1015
1015
}
1016
1016
}
1017
1017
},
@@ -4786,8 +4786,8 @@
4786
4786
],
4787
4787
"properties": {
4788
4788
"copyBehavior": {
4789
-
"description": "The type of copy behavior for copy sink.",
4790
-
"type": "object"
4789
+
"type": "object",
4790
+
"description": "The type of copy behavior for copy sink. Type: string (or Expression with resultType string)."
4791
4791
},
4792
4792
"enableAdlsSingleFileParallel": {
4793
4793
"description": "Single File Parallel.",
@@ -4805,8 +4805,8 @@
4805
4805
],
4806
4806
"properties": {
4807
4807
"copyBehavior": {
4808
-
"description": "The type of copy behavior for copy sink.",
4809
-
"type": "object"
4808
+
"type": "object",
4809
+
"description": "The type of copy behavior for copy sink. Type: string (or Expression with resultType string)."
0 commit comments