Azure Blob Destination Element
X-Ref:
- Ast Azure Blob Destination Node
- Ast Destination Transformation Node
- Ast Single In Transformation Node
- Ast Transformation Node
- Ast Scope Boundary Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
Blob | String | This value represents the name of the blob container to be used. This is a required property | |
BlobContainer | String | This value represents the name of the blob container to be used. This is a required property | |
ConnectionName | AstAzureStorageConnectionNode | Specifies the AzureStorageConnection that should be used to connect to Microsoft Azure Blob Storage. This is a required reference to an existing definiton. | |
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 | |
CompressFile | Boolean | False | This value specifies whether to overwrite or append data to a destination file with the same name. The default value is False. |
LocaleId | Language | Inherited | This value specifies which locale is used by the dataflow task. |
ValidateExternalMetadata | Boolean | true | This value specifies whether the data flow transformation is validated against columns that originated in external data sources. When server assets such as tables and stored procedures are created during processing, ValidateExternalMetadata is normally set to False, which prevents validation from completing at compile time. |
Singleton Children
Child | API Type | Description |
---|---|---|
<AvroFormat /> | AstAdfAvroFormatNode | AstAdfAvroFormatNode objects correspond directly to Azure Data Factory AvroFormat objects. This is a required property |
<TextFormat /> | AstAdfDelimitedTextFormatNode | AstAdfDelimitedTextFormatNode objects correspond directly to Azure Data Factory DelimitedText Format dataset objects. This is a required property |
<Compression /> | AstAdfFileCompressionNode | Specifies both the compression type (or codec), and the compression level (or ratio) for compressing/decompressing files. |
<ErrorHandling /> | AstComponentErrorHandlingNode | Specifies the error handling defaults to apply to an entire component |
<InputPath /> | AstDataflowInputPathNode | AstDataflowInputPathNode is used to model input paths in a SQL Server Integration Services dataflow task. Connections are made by referencing an appropriate output path. |
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. |
<Columns> <Column /> </Columns> | AstDataflowColumnMappingNode | This value specifies how the component should map columns in the data flow to columns in the destination. Columns that are not explicitly listed in this collection are automatically mapped based on name. |
<DataflowOverrides> Multiple Choices... </DataflowOverrides> | AstDataflowOverrideNode | Provides a collection of objects to override properties of the component, its input paths, its output paths, and its consituent dataflow columns. |