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

Documentation

Support Forums
What can we help you with?
Topics

Adf Azure Data Lake Gen 1 Source Element

API Type:
Varigence.Languages.Biml.DataFactory.AstAdfAzureDataLakeGen1SourceNode
X-Ref:
  • Ast Adf Azure Data Lake Gen1 Source Node
  • Ast Adf Modified Date Time Source Base Node
  • Ast Adf File Information Source Base Node
  • Ast Adf Format Dataset Source Base Node
  • Ast Adf Dataset Source Base Node

Attributes

AttributeAPI TypeDefaultDescription
DatasetNameAstAdfAzureDataLakeGen1DatasetNode 
Specifies a reference to the AzureDataLake dataset that will supply the data. This is a required reference to an existing definiton.
DeleteFilesAfterCompletionBooleanFalse
Indicates whether the source files need to be deleted after copy completion.
EnablePartitionRootDiscoveryBooleanFalse
Specifies if partition root discovery is permitted.
FileListPathString 
Specifies a path to a list of files to be used.
IsRecursiveBooleanFalse
Specifies whether to search the file structure recursively.
ListAfterString 
Lists files after the value (exclusive) based on file/folder names’ lexicographical order.
ListBeforeString 
Lists files before the value (exclusive) based on file/folder names’ lexicographical order.
MaxConcurrentConnectionsInt320
Max number of simultaneous connections to the source.
ModifiedDateTimeEndString 
Specifies the modified date time to end the copy.
ModifiedDateTimeStartString 
Specifies the modified date time to start the copy.
PartitionRootPathString 
The root path to the partition.
RetryCountInt320
Number of retries.
RetryWaitString 
String representing the retry wait. Pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))
WildCardFileNameString 
The file name using wildcard syntax.
WildCardFolderPathString 
The folder path using wildcard syntax.

Singleton Children

ChildAPI TypeDescription
<AvroSettings />AstAdfAvroFormatSourceNodeAstAdfAvroFormatSourceNode objects correspond directly to Avro settings for Copy Activity Sources in Azure Data Factory . This is a required property
<BinarySettings />AstAdfBinaryFormatSourceNodeAstAdfBinaryFormatSourceNode objects correspond directly to Binary settings for Copy Activity Sources in Azure Data Factory . This is a required property
<ExcelSettings />AstAdfExcelFormatSourceNodeAstAdfExcelFormatSourceNode objects correspond directly to Excel settings for Copy Activity Sources in Azure Data Factory . This is a required property
<JsonSettings />AstAdfJsonFormatSourceNodeAstAdfJsonFormatSourceNode objects correspond directly to Json settings for Copy Activity Sources in Azure Data Factory . This is a required property
<OrcSettings />AstAdfOrcFormatSourceNodeAstAdfOrcFormatSourceNode objects correspond directly to Orc settings for Copy Activity Sources in Azure Data Factory . This is a required property
<DelimitedTextSettings />AstAdfDelimitedTextFormatSourceNodeAstAdfDelimitedTextFormatSourceNode objects correspond directly to delimited text settings for Copy Activity Sources in Azure Data Factory . This is a required property
<ParquetSettings />AstAdfParquetFormatSourceNodeAstAdfParquetFormatSourceNode objects correspond directly to Parquet settings for Copy Activity Sources in Azure Data Factory . This is a required property
<TarGZipSettings />AstAdfTarGZipFormatSourceNodeAstAdfTarGZipFormatSourceNode objects correspond directly to TarGZip settings for Copy Activity Sources in Azure Data Factory . This is a required property
<TarSettings />AstAdfTarFormatSourceNodeAstAdfTarFormatSourceNode objects correspond directly to Tar settings for Copy Activity Sources in Azure Data Factory . This is a required property
<XmlSettings />AstAdfXmlFormatSourceNodeAstAdfXmlFormatSourceNode objects correspond directly to Xml settings for Copy Activity Sources in Azure Data Factory . This is a required property

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.
<Parameters>
    <Parameter />
</Parameters>
AstAdfCopyActivityParameterNode
Specifies the Dataset parameters to be used.

© Varigence