Adf Dataflow Document Source Settings Element
X-Ref:
- Ast Adf Dataflow Document Source Settings Node
- Ast Adf Dataflow Source Settings Base Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
AfterCompletion | AdfDataflowAfterCompletionBehavior | NoAction | After completion move files to this path. |
AllowNoFilesFound | String | Specifies whether to allow "No Files Found" or require at least one file. | |
FileNameColumn | String | Use this to create a new column name in your data stream that is the source file name and path. | |
LastModifiedEnd | String | Filter by this last modified end time (Must be in DateTime format). | |
LastModifiedStart | String | Filter by this last modified start time (Must be in DateTime format). | |
ListOfFiles | String | Specifies whether to reference a text file that lists each file (relative to the container's root path). | |
MoveFrom | String | After completion move files that were located in this path. | |
MoveTo | String | After completion move files to this path. | |
PartitionRootPath | String | For file data that is partitioned, you can enter a partition root path in order to read partitioned folders as columns |
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. |
<WildcardPaths> <Path /> </WildcardPaths> | String | This is a collection of wildcard paths. |