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

Documentation

Support Forums
What can we help you with?
Topics

Adf Rest Source Element

API Type:
Varigence.Languages.Biml.DataFactory.AstAdfRestSourceNode
X-Ref:
  • Ast Adf Rest Source Node
  • Ast Adf Dataset Source Base Node

Attributes

AttributeAPI TypeDefaultDescription
DatasetNameAstAdfRestResourceDatasetNode 
Specifies a reference to the Rest dataset that will supply the data. This is a required reference to an existing definiton.
MaxConcurrentConnectionsInt320
Max number of simultaneous connections to the source.
PaginationRulesString 
Rules for pagination.
RequestIntervalString 
Time inbetween requests. The default is 00:00:01.
RequestMethodAdfHttpDatasetMethodGet
Specifies the method to be used in the Rest request. The default is Get.
RequestTimeoutString 
Specifies the timespan that the activity should wait for a response from the HTTP dataset before raising an error. The default is 00:01:40.
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
<RequestBody />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.
<AdditionalHeaders>
    <Header />
</AdditionalHeaders>
AstAdfWebActivityKeyValueNode
Specifies a list of headers that are sent to the request end point.
<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