Adf Validation Activity Element
X-Ref:
- Ast Adf Validation Activity Node
- Ast Adf Activity Base Node
- Ast Scope Boundary Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
DatasetName | AstAdfDatasetBaseNode | Specifies a reference to the target Azure Data Factory dataset object. 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 | |
HasChildItems | Boolean | False | For use if the dataset points to a folder. False means that the folder is empty, true means that there are child items present. |
MinimumSize | Int32 | 0 | For use if the dataset points to a file location. Specifies inimum file size to be examined. |
Sleep | Int32 | 0 | Specifies how long to sleep (in seconds) between activity retry attempts. Default value is 10. |
Timeout | String | Specifies the vaidation activity's timeout length. Must be Time Span format. 7 days is the defualt ("7" or "7.00:00:00"). |
Singleton Children
Child | API Type | Description |
---|---|---|
<Description /> | String | String is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx. |
<Scheduler /> | AstAdfActivityScheduleNode | AstAdfActivityScheduleNode objects correspond directly to scheduler specifications for activities in Azure Data Factory. |
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. |
<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. |