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

Documentation

Support Forums
What can we help you with?
Topics

Azure Storage Connection Element

API Type:
Varigence.Languages.Biml.Connection.AstAzureStorageConnectionNode
X-Ref:
  • Ast Azure Storage Connection Node
  • Ast Connection Base Node

Attributes

AttributeAPI TypeDefaultDescription
NameString 
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
AccountString 
Specifies the name of the Azure storage acount that should be used.
AccountKeyString 
Specifies the key that is provided by Microsoft Azure to securely access the specified Account. This value should be kept secret.
CreateInProjectBooleanFalse
This value specifies whether the Connection should be created as a ConnectionManager within each SSIS package that uses it or as a shared ConnectionManager for each project that uses it.
CreatePackageConfigurationBooleanTrue
This value specifies whether a PackageConfiguration should be created for this connection.
DelayValidationBooleanFalse
This value indicates that the connection should not be validated (tested to make sure that it points to a valid resource) until immediately before it is used.
LogicalDisplayFolderStringstring.Empty
Specifies a path that should be used for organizing the tree display of this object in the Logical View in BimlStudio.
StorageDomainString"core.windows.net"
Specifies the domain of the storage endpoint. Common values are "core.windows.net" or core.chinacloudapi.cn (China).
UseAdlsGen2BooleanFalse
Specifies whether this storage location is a Gen 2 Azure Data Lake Store.
UseDeveloperStorageBooleanFalse
Specifies whether or not a local developer storage account should be used for the file transfer. The default is false. If this property is set to true, then the Account and AccountKey properties are ignored.
UseHttpsBooleanTrue
Specifies whether or not HTTPS should be used for file transfers. The default is true.
UseManagedIdentityBooleanFalse
Specifies whether this storage location is a Gen 2 Azure Data Lake Store.

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.
<Expressions>
    <Expression />
</Expressions>
AstPropertyExpressionNode
This is a collection of SSIS expression definitions for connection property value overrides.

© Varigence