Adf Data Factory Element
X-Ref:
- Ast Adf Data Factory Node
- Ast Scope Boundary Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
Name | String | 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 | |
Location | String | Specifies the data center location that should be used to run this Data Factory. | |
LogicalDisplayFolder | String | Specifies a path that should be used for organizing the tree display of this object in the Logical View in BimlStudio. |
Collection Children
Child | API Type | Description |
---|---|---|
<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. |