Skip to main content

Adf Append Variable Activity Element

Adf Append Variable Activity Element

X-Ref:

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
VariableNameAstAdfPipelineVariableNode 
The Pipeline variable to be manipulated. This is a required reference to an existing definiton.

Singleton Children

ChildAPI TypeDescription
<Value />StringString is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx. This is a required property
<Description />StringString is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx.
<RawJsonProperties />StringString is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx.
<RawJsonTypeProperties />StringString is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx.
<Scheduler />AstAdfActivityScheduleNodeAstAdfActivityScheduleNode objects correspond directly to scheduler specifications for activities in Azure Data Factory.

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.
<Dependencies>
    <Dependency />
</Dependencies>
AstAdfActivityDependencyNode
This is the collection of activity dependencies that will control the execution of this Azure Data Factory activity.
<PipelineParameters>
    <Parameter />
</PipelineParameters>
AstAdfPipelineParameterNode
This is the collection of parameters that will be available to expressions in this Azure Data Factory activity. These parameters will be promoted automatically to the parent pipeline.
<UserProperties>
    <UserProperty />
</UserProperties>
AstAdfActivityUserPropertyNode
This is the collection of user properties that the user can monitor in the Adf monitor window.