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
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1962,6 +1962,14 @@
1962
1962
"baseRequestId": {
1963
1963
"type": "object",
1964
1964
"description": "The ID of request for delta loading. Once it is set, only data with requestId larger than the value of this property will be retrieved. The default value is 0. Type: integer (or Expression with resultType integer )."
1965
+
},
1966
+
"customRfcReadTableFunctionModule": {
1967
+
"type": "object",
1968
+
"description": "Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string)."
1969
+
},
1970
+
"sapDataColumnDelimiter": {
1971
+
"type": "object",
1972
+
"description": "The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string)."
1965
1973
}
1966
1974
}
1967
1975
},
@@ -1998,6 +2006,10 @@
1998
2006
"type": "object",
1999
2007
"description": "Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string)."
2000
2008
},
2009
+
"sapDataColumnDelimiter": {
2010
+
"type": "object",
2011
+
"description": "The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string)."
2012
+
},
2001
2013
"partitionOption": {
2002
2014
"description": "The partition mechanism that will be used for SAP table read in parallel.",
0 commit comments