Adf Sap Table Source Element
X-Ref:
- Ast Adf Sap Table Source Node
- Ast Adf Sap Tabular Source Base Node
- Ast Adf Dataset Source Base Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
DatasetName | AstAdfSapTableDatasetNode | Specifies a reference to the SAP Table dataset that will supply the data. This is a required reference to an existing definiton. | |
BatchSize | Int32 | 0 | Specifies the max number of rows that will be fetched at a time. |
CustomRfcReadTableFunctionModule | String | Specifies the custom RFC function module the is used for fetching data from the SAP table. | |
MaxConcurrentConnections | Int32 | 0 | Max number of simultaneous connections to the source. |
PartitionOption | AdfSapPartitionOption | None | Specifies the partition mechanism that is used for reading SAP tables in parallel. |
QueryTimeout | String | How long to wait before timing out. | |
RetryCount | Int32 | 0 | Number of retries. |
RetryWait | String | String representing the retry wait. Pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])) | |
RfcTableFields | String | Specifies the fields of the table to be retrieved. An example: Column0, Column1. | |
RfcTableOptions | String | Specifies the options for filtering the SAP table. Example: Column0 EQ Value. | |
RowCount | Int32 | 0 | Number of rows to be fetched. |
RowSkips | Int32 | 0 | Number of rows to skip. |
SapDataColumnDelimiter | String | The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. |
Singleton Children
Child | API Type | Description |
---|---|---|
<PartitionSettings /> | AstAdfSapPartitionSettingsNode | AstAdfSapPartitionSettingsNode objects correspond directly to partition settings for SAP Table sources in Azure Data Factory. |
Collection Children
Child | API Type | Description |
---|---|---|
<AdditionalColumns> <AdditionalColumn /> </AdditionalColumns> | AstAdfCopySourceAdditionalColumnNode | Specifies a list of additional columns to be used in the copy activity. |
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |
<Parameters> <Parameter /> </Parameters> | AstAdfCopyActivityParameterNode | Specifies the Dataset parameters to be used. |