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 @@ -258,6 +258,10 @@
"maxConcurrentConnections": {
"type": "object",
"description": "The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer)."
},
"disableMetricsCollection": {
"type": "object",
"description": "If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean)."
}
},
"additionalProperties": {
Expand Down Expand Up @@ -934,6 +938,10 @@
"type": "object",
"description": "The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer)."
},
"disableMetricsCollection": {
"type": "object",
"description": "If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean)."
},
"copyBehavior": {
"description": "The type of copy behavior for copy sink.",
"type": "object"
Expand Down Expand Up @@ -1656,6 +1664,10 @@
"maxConcurrentConnections": {
"type": "object",
"description": "The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer)."
},
"disableMetricsCollection": {
"type": "object",
"description": "If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean)."
}
},
"additionalProperties": {
Expand Down Expand Up @@ -3864,6 +3876,10 @@
"maxConcurrentConnections": {
"type": "object",
"description": "The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer)."
},
"disableMetricsCollection": {
"type": "object",
"description": "If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean)."
}
},
"additionalProperties": {
Expand Down