Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@
"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)."
},
"enablePartitionDiscovery": {
"type": "boolean",
"description": "Indicates whether to enable partition discovery."
"type": "object",
"description": "Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean)."
},
"partitionRootPath": {
"type": "object",
Expand Down Expand Up @@ -411,8 +411,8 @@
"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)."
},
"enablePartitionDiscovery": {
"type": "boolean",
"description": "Indicates whether to enable partition discovery."
"type": "object",
"description": "Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean)."
},
"partitionRootPath": {
"type": "object",
Expand Down Expand Up @@ -1010,8 +1010,8 @@
],
"properties": {
"expiryDateTime": {
"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).",
"type": "object"
"type": "object",
"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)."
}
}
},
Expand Down Expand Up @@ -4786,8 +4786,8 @@
],
"properties": {
"copyBehavior": {
"description": "The type of copy behavior for copy sink.",
"type": "object"
"type": "object",
"description": "The type of copy behavior for copy sink. Type: string (or Expression with resultType string)."
},
"enableAdlsSingleFileParallel": {
"description": "Single File Parallel.",
Expand All @@ -4805,8 +4805,8 @@
],
"properties": {
"copyBehavior": {
"description": "The type of copy behavior for copy sink.",
"type": "object"
"type": "object",
"description": "The type of copy behavior for copy sink. Type: string (or Expression with resultType string)."
},
"metadata": {
"type": "array",
Expand Down