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/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -258,6 +258,10 @@
258
258
"maxConcurrentConnections": {
259
259
"type": "object",
260
260
"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)."
261
265
}
262
266
},
263
267
"additionalProperties": {
@@ -934,6 +938,10 @@
934
938
"type": "object",
935
939
"description": "The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer)."
936
940
},
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
+
},
937
945
"copyBehavior": {
938
946
"description": "The type of copy behavior for copy sink.",
939
947
"type": "object"
@@ -1660,6 +1668,10 @@
1660
1668
"maxConcurrentConnections": {
1661
1669
"type": "object",
1662
1670
"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)."
1663
1675
}
1664
1676
},
1665
1677
"additionalProperties": {
@@ -3868,6 +3880,10 @@
3868
3880
"maxConcurrentConnections": {
3869
3881
"type": "object",
3870
3882
"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)."
0 commit comments