Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.
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
Original file line number Diff line number Diff line change
Expand Up @@ -2663,10 +2663,6 @@
"maxConcurrentConnections": {
"type": "object",
"description": "The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer)."
},
"tableOption": {
"type": "object",
"description": "The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string)."
}
},
"additionalProperties": {
Expand Down Expand Up @@ -2890,6 +2886,10 @@
"storedProcedureTableTypeParameterName": {
"type": "object",
"description": "The stored procedure parameter name of the table type. Type: string (or Expression with resultType string)."
},
"tableOption": {
"type": "object",
"description": "The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string)."
}
}
},
Expand Down Expand Up @@ -2924,6 +2924,10 @@
"storedProcedureTableTypeParameterName": {
"type": "object",
"description": "The stored procedure parameter name of the table type. Type: string (or Expression with resultType string)."
},
"tableOption": {
"type": "object",
"description": "The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string)."
}
}
},
Expand Down Expand Up @@ -2958,6 +2962,10 @@
"storedProcedureTableTypeParameterName": {
"type": "object",
"description": "The stored procedure parameter name of the table type. Type: string (or Expression with resultType string)."
},
"tableOption": {
"type": "object",
"description": "The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string)."
}
}
},
Expand Down Expand Up @@ -2992,6 +3000,10 @@
"storedProcedureTableTypeParameterName": {
"type": "object",
"description": "The stored procedure parameter name of the table type. Type: string (or Expression with resultType string)."
},
"tableOption": {
"type": "object",
"description": "The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string)."
}
}
},
Expand All @@ -3015,6 +3027,10 @@
"polyBaseSettings": {
"description": "Specifies PolyBase-related settings when allowPolyBase is true.",
"$ref": "#/definitions/PolybaseSettings"
},
"tableOption": {
"type": "object",
"description": "The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string)."
}
}
},
Expand Down