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/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/Pipeline.json
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -313,8 +313,8 @@
313
313
"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)."
314
314
},
315
315
"enablePartitionDiscovery": {
316
-
"type": "boolean",
317
-
"description": "Indicates whether to enable partition discovery."
316
+
"type": "object",
317
+
"description": "Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean)."
318
318
},
319
319
"partitionRootPath": {
320
320
"type": "object",
@@ -368,8 +368,8 @@
368
368
"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)."
369
369
},
370
370
"enablePartitionDiscovery": {
371
-
"type": "boolean",
372
-
"description": "Indicates whether to enable partition discovery."
371
+
"type": "object",
372
+
"description": "Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean)."
373
373
},
374
374
"partitionRootPath": {
375
375
"type": "object",
@@ -861,8 +861,8 @@
861
861
],
862
862
"properties": {
863
863
"expiryDateTime": {
864
-
"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).",
865
-
"type": "object"
864
+
"type": "object",
865
+
"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)."
866
866
}
867
867
}
868
868
},
@@ -4593,8 +4593,8 @@
4593
4593
],
4594
4594
"properties": {
4595
4595
"copyBehavior": {
4596
-
"description": "The type of copy behavior for copy sink.",
4597
-
"type": "object"
4596
+
"type": "object",
4597
+
"description": "The type of copy behavior for copy sink. Type: string (or Expression with resultType string)."
4598
4598
},
4599
4599
"enableAdlsSingleFileParallel": {
4600
4600
"description": "Single File Parallel.",
@@ -4612,8 +4612,8 @@
4612
4612
],
4613
4613
"properties": {
4614
4614
"copyBehavior": {
4615
-
"description": "The type of copy behavior for copy sink.",
4616
-
"type": "object"
4615
+
"type": "object",
4616
+
"description": "The type of copy behavior for copy sink. Type: string (or Expression with resultType string)."
0 commit comments