• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Adf Sap Hana Source Element

API Type:
Varigence.Languages.Biml.DataFactory.AstAdfSapHanaSourceNode
X-Ref:
  • Ast Adf Sap Hana Source Node
  • Ast Adf Tabular Source Base Node
  • Ast Adf Additional Columns Source Base Node
  • Ast Adf Queryable Source Base Node
  • Ast Adf Dataset Source Base Node

Attributes

AttributeAPI TypeDefaultDescription
DatasetNameAstAdfSapHanaDatasetNode 
Specifies a reference to the SapHana dataset that will supply the data. This is a required reference to an existing definiton.
MaxConcurrentConnectionsInt320
Max number of simultaneous connections to the source.
PacketSizeInt320
This is the packet size of the data that is read from SAP HANA.
PartitionOptionAdfSapHanaPartitionOptionNone
Specifies the partition mechanism for reading from SapHana database in parallel.
QueryTimeoutString"00:10:00"
How long to wait before timing out.
RetryCountInt320
Number of retries.
RetryWaitString 
String representing the retry wait. Pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))

Singleton Children

ChildAPI TypeDescription
<PartitionSettings />AstAdfSapHanaPartitionSettingsNodeAstAdfSapHanaPartitionSettingsNode objects correspond directly to partition settings for SapHana sources in Azure Data Factory.
<Query />StringString is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx.

Collection Children

ChildAPI TypeDescription
<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.

© Varigence