SapTableSource Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SapTableSource() |
Initializes a new instance of the SapTableSource class. |
SapTableSource(IDictionary<String,Object>, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, SapTablePartitionSettings) |
Initializes a new instance of the SapTableSource class. |
SapTableSource()
Initializes a new instance of the SapTableSource class.
public SapTableSource ();
Public Sub New ()
Applies to
SapTableSource(IDictionary<String,Object>, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, SapTablePartitionSettings)
Initializes a new instance of the SapTableSource class.
public SapTableSource (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object sourceRetryCount = default, object sourceRetryWait = default, object maxConcurrentConnections = default, object disableMetricsCollection = default, object queryTimeout = default, object additionalColumns = default, object rowCount = default, object rowSkips = default, object rfcTableFields = default, object rfcTableOptions = default, object batchSize = default, object customRfcReadTableFunctionModule = default, object sapDataColumnDelimiter = default, object partitionOption = default, Microsoft.Azure.Management.DataFactory.Models.SapTablePartitionSettings partitionSettings = default);
new Microsoft.Azure.Management.DataFactory.Models.SapTableSource : System.Collections.Generic.IDictionary<string, obj> * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * Microsoft.Azure.Management.DataFactory.Models.SapTablePartitionSettings -> Microsoft.Azure.Management.DataFactory.Models.SapTableSource
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional sourceRetryCount As Object = Nothing, Optional sourceRetryWait As Object = Nothing, Optional maxConcurrentConnections As Object = Nothing, Optional disableMetricsCollection As Object = Nothing, Optional queryTimeout As Object = Nothing, Optional additionalColumns As Object = Nothing, Optional rowCount As Object = Nothing, Optional rowSkips As Object = Nothing, Optional rfcTableFields As Object = Nothing, Optional rfcTableOptions As Object = Nothing, Optional batchSize As Object = Nothing, Optional customRfcReadTableFunctionModule As Object = Nothing, Optional sapDataColumnDelimiter As Object = Nothing, Optional partitionOption As Object = Nothing, Optional partitionSettings As SapTablePartitionSettings = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- sourceRetryCount
- Object
Source retry count. Type: integer (or Expression with resultType integer).
- sourceRetryWait
- Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- maxConcurrentConnections
- Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- disableMetricsCollection
- Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- queryTimeout
- Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additionalColumns
- Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- rowCount
- Object
The number of rows to be retrieved. Type: integer(or Expression with resultType integer).
- rowSkips
- Object
The number of rows that will be skipped. Type: integer (or Expression with resultType integer).
- rfcTableFields
- Object
The fields of the SAP table that will be retrieved. For example, column0, column1. Type: string (or Expression with resultType string).
- rfcTableOptions
- Object
The options for the filtering of the SAP Table. For example, COLUMN0 EQ SOME VALUE. Type: string (or Expression with resultType string).
- batchSize
- Object
Specifies the maximum number of rows that will be retrieved at a time when retrieving data from SAP Table. Type: integer (or Expression with resultType integer).
- customRfcReadTableFunctionModule
- Object
Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
- sapDataColumnDelimiter
- Object
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).
- partitionOption
- Object
The partition mechanism that will be used for SAP table read in parallel. Possible values include: "None", "PartitionOnInt", "PartitionOnCalendarYear", "PartitionOnCalendarMonth", "PartitionOnCalendarDate", "PartitionOnTime".
- partitionSettings
- SapTablePartitionSettings
The settings that will be leveraged for SAP table source partitioning.