External File Resource Element
X-Ref:
- Ast External File Resource Node
- Ast Task Resource Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
ExternalFilePath | String | This value specifies the path on the file system at which the target package is located. This is a required property | |
FileUsageType | FileUsageType | ExistingFile | This value specifies whether the file connection manager creates a file or a folder or uses an existing file or folder. |
RelativePath | Boolean | False | This value specifies whether the ExternalFilePath is absolute or relative to the working directory of the currently executing package. |
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. |