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

Documentation

Support Forums
What can we help you with?
Topics

Adf Azure Blob Sink Element

API Type:
Varigence.Languages.Biml.DataFactory.AstAdfAzureBlobSinkNode
X-Ref:
  • Ast Adf Azure Blob Sink Node
  • Ast Adf Format Dataset Sink Base Node
  • Ast Adf Copy Behavior Sink Base Node
  • Ast Adf Dataset Sink Base Node

Attributes

AttributeAPI TypeDefaultDescription
DatasetNameAstAdfAzureBlobDatasetNode 
Specifies a reference to the AzureBlob dataset that will receive the data. This is a required reference to an existing definiton.
BlockSizeInt320
Specifies the block size in megabytes.
CopyBehaviorAdfDatasetSinkCopyBehaviorNone
Specifies the behavior to use when copying files from source folder hierarchies to the sink. The default is None.
MaxConcurrentConnectionsInt320
Max number of simultaneous connections to the source.
RetryCountInt320
Number of retries.
RetryWaitString 
String representing the retry wait. Pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))
WriteBatchSizeInt32-1
Specifies the number of rows that should be stored in the write buffer before sending to the sink dataset.
WriteBatchTimeoutString 
Specifies the timespan that the activity should wait for the sink dataset before raising an error.

Singleton Children

ChildAPI TypeDescription
<AvroSettings />AstAdfAvroFormatSinkNodeAstAdfAvroFormatSinkNode objects correspond directly to Avro settings for Copy Activity Sinks in Azure Data Factory . This is a required property
<BinarySettings />AstAdfBinaryFormatSinkNodeAstAdfBinaryFormatSinkNode objects correspond directly to Binary settings for Copy Activity Sinks in Azure Data Factory . This is a required property
<JsonSettings />AstAdfJsonFormatSinkNodeAstAdfJsonFormatSinkNode objects correspond directly to Json settings for Copy Activity Sinks in Azure Data Factory . This is a required property
<OrcSettings />AstAdfOrcFormatSinkNodeAstAdfOrcFormatSinkNode objects correspond directly to Orc settings for Copy Activity Sinks in Azure Data Factory . This is a required property
<DelimitedTextSettings />AstAdfDelimitedTextFormatSinkNodeAstAdfDelimitedTextFormatSinkNode objects correspond directly to delimited text settings for Copy Activity Sinks in Azure Data Factory . This is a required property
<ParquetSettings />AstAdfParquetFormatSinkNodeAstAdfParquetFormatSinkNode objects correspond directly to Parquet settings for Copy Activity Sinks 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