Adf Sap Open Hub Source Element
X-Ref:
- Ast Adf Sap Open Hub Source Node
- Ast Adf Sap Tabular Source Base Node
- Ast Adf Dataset Source Base Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
DatasetName | AstAdfSapOpenHubDatasetNode | Specifies a reference to the SapOpenHub dataset that will supply the data. This is a required reference to an existing definiton. | |
BaseRequestId | String | Only data with a request ID higher than this base ID will be fetched. | |
CustomRfcReadTableFunctionModule | String | Specifies the custom RFC function module that will be used to read data from SAP Table. | |
ExcludeLastRequest | Boolean | true | Specifies whether the last request's records should be included or excluded. |
MaxConcurrentConnections | Int32 | 0 | Max number of simultaneous connections to the source. |
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])) | |
SapDataColumnDelimiter | String | The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. |
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. |