Adf Custom Events Trigger Element
X-Ref:
- Ast Adf Custom Events Trigger Node
- Ast Adf Trigger Base Node
- Ast Adf Root Object Node
- Ast Scope Boundary 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 | |
Scope | String | This is the ARM resource ID for the storage account. This is a required property | |
EndsWith | String | Specifies that the blob path must end with the provided pattern. Eg .csv | |
StartsWith | String | This specifies that the blob path must begin with the provided pattern. Eg /records/sales/ |
Collection Children
Child | API Type | Description |
---|---|---|
<AdfAnnotations> <AdfAnnotation /> </AdfAnnotations> | String | This is the collection of annotations that will be emitted in the json. |
<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. |
<Events> <Event /> </Events> | String | This is the array of custom events that will set the trigger into motion. |