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

Documentation

Support Forums
What can we help you with?
Topics

Adf Data Factory Element

API Type:
Varigence.Languages.Biml.DataFactory.AstAdfDataFactoryNode
X-Ref:
  • Ast Adf Data Factory Node
  • Ast Scope Boundary Node

Attributes

AttributeAPI TypeDefaultDescription
NameString 
Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. This is a required property
LocationString 
Specifies the data center location that should be used to run this Data Factory.
LogicalDisplayFolderString 
Specifies a path that should be used for organizing the tree display of this object in the Logical View in BimlStudio.

Collection Children

ChildAPI TypeDescription
<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.
<Dataflows>
    <MappingDataflow />
</Dataflows>
AstAdfDataflowBaseNode
A collection of Dataflows that can be used by the Data Factory.
<Datasets>
    Multiple Choices...
</Datasets>
AstAdfDatasetBaseNode
A dataset points to the data that the user will use in their activities as either inputs or outputs. They can utilize data within different storage systems, for example tables, containers, files, folders or documents.
<GlobalParameters>
    <GlobalParameter />
</GlobalParameters>
AstAdfGlobalParameterNode
A collection of Dataflows that can be used by the Data Factory.
<IntegrationRuntimes>
    Multiple Choices...
</IntegrationRuntimes>
AstAdfIntegrationRuntimeBaseNode
A collection of Integration Runtimes that can be used by the Data Factory.
<LinkedServices>
    Multiple Choices...
</LinkedServices>
AstAdfLinkedServiceBaseNode
Linked Services specify pertinent information to connect the Data Factory to the external entities.
<Pipelines>
    <Pipeline />
</Pipelines>
AstAdfPipelineNode
A collection of activities, linked services, and datasets that combine to perform a task.
<Triggers>
    Multiple Choices...
</Triggers>
AstAdfTriggerBaseNode
Triggers determine when a pipeline execution should occur, this can be time based (ie a certain time of day/week/month) or event based.

© Varigence