Http Connection Element
X-Ref:
- Ast Http Connection Node
- Ast Connection Base Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
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 | |
ServerUrl | String | This value specifies the URL for the server to connect to. This is a required property | |
BypassProxyOnLocalAddress | Boolean | False | This value specifies whether the connection should bypass the proxy server for local addresses. |
ChunkSize | Int32 | 1 | This value specifies in kilobytes the size limit for the data chunks that will be written. |
ClientCertificateFileName | AstFileConnectionNode | This value specifies whether to use a client certificate for authentication. This references an existing definiton. | |
CreateInProject | Boolean | False | 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. |
CreatePackageConfiguration | Boolean | True | This value specifies whether a PackageConfiguration should be created for this connection. |
DelayValidation | Boolean | False | 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. |
Domain | String | If the connection uses credentials, this value provides a valid domain. | |
LogicalDisplayFolder | String | string.Empty | Specifies a path that should be used for organizing the tree display of this object in the Logical View in BimlStudio. |
Password | String | If the connection uses credentials, this value provides a valid password. | |
ProxyDomain | String | If the connection uses credentials, this value provides a valid proxy server domain. | |
ProxyPassword | String | If the connection uses credentials, this value provides a valid proxy server password. | |
ProxyUrl | String | This value specifies the proxy server URL. | |
ProxyUserName | String | If the connection uses credentials, this value provides a valid proxy server user name. | |
Timeout | Int32 | 30 | This value specifies how long in seconds the connection attempts to connect to the server before timing out. The default value is 30. |
UserName | String | If the connection uses credentials, this value provides a valid user name. |
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. |
<Expressions> <Expression /> </Expressions> | AstPropertyExpressionNode | This is a collection of SSIS expression definitions for connection property value overrides. |
<ProxyBypassAddressList> <ProxyBypassAddress /> </ProxyBypassAddressList> | String | This is a container for the addresses for which the proxy server should be bypassed. |