Skip to content

Commit 857f053

Browse files
authored
Add disableMetricsCollection in read/wirte properties (#14028)
1 parent fae947e commit 857f053

File tree

1 file changed

+16
-0
lines changed
  • specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes

1 file changed

+16
-0
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,10 @@
258258
"maxConcurrentConnections": {
259259
"type": "object",
260260
"description": "The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer)."
261+
},
262+
"disableMetricsCollection": {
263+
"type": "object",
264+
"description": "If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean)."
261265
}
262266
},
263267
"additionalProperties": {
@@ -934,6 +938,10 @@
934938
"type": "object",
935939
"description": "The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer)."
936940
},
941+
"disableMetricsCollection": {
942+
"type": "object",
943+
"description": "If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean)."
944+
},
937945
"copyBehavior": {
938946
"description": "The type of copy behavior for copy sink.",
939947
"type": "object"
@@ -1660,6 +1668,10 @@
16601668
"maxConcurrentConnections": {
16611669
"type": "object",
16621670
"description": "The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer)."
1671+
},
1672+
"disableMetricsCollection": {
1673+
"type": "object",
1674+
"description": "If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean)."
16631675
}
16641676
},
16651677
"additionalProperties": {
@@ -3868,6 +3880,10 @@
38683880
"maxConcurrentConnections": {
38693881
"type": "object",
38703882
"description": "The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer)."
3883+
},
3884+
"disableMetricsCollection": {
3885+
"type": "object",
3886+
"description": "If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean)."
38713887
}
38723888
},
38733889
"additionalProperties": {

0 commit comments

Comments
 (0)