• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Adf Tumbling Window Trigger Element

API Type:
Varigence.Languages.Biml.DataFactory.AstAdfTumblingWindowTriggerNode
X-Ref:
  • Ast Adf Tumbling Window Trigger Node
  • Ast Adf Trigger Base Node
  • Ast Adf Root Object Node
  • Ast Scope Boundary Node

Attributes

AttributeAPI TypeDefaultDescription
EndString 
Specifies the date and time at which the pipeline becomes inactive. This property value is required if the Start property is supplied. If a value is not supplied, then the pipeline will not run until a start and end is set on Azure Data Factory. To specify that pipeline should run indefinitely, use a date far in the future such as '9999-09-09'. This is a required property
FrequencyAdfTriggerRuntimeFrequencyMinute
This represents the how often (in minutes or hours) that the trigger recurs. This is a required property
IntervalInt320
This positive integer represents a multiplier for the frequency unit. For example, a Frequency of "Minutes" and an interval of 40, means that the trigger will execute every 40 minutes. This is a required property
MaxConcurrencyInt320
Specifies the limit of simultaneous trigger runs that are launched for ready windows. Must be between 1 and 50. This is a required property
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
RuntimeStateAdfTriggerRuntimeStateStarted
Specifies the trigger's run time state. Valid values are "Started", "Stopped", and "Disabled". This is a required property
StartString 
Specifies the date and time at which the pipeline becomes active. This is a required property
DelayString 
Specifies the length of time to defer the start of data processing for the window.
RetryCountInt320
Specifies the amount of times that the pipeline retries before being marked as failed.
RetryIntervalInt320
Specifies the amount of seconds between retries, the default value is 30.

Singleton Children

ChildAPI TypeDescription
<Pipeline />AstAdfPipelineExecutionNodeThis node contains a reference to a pipeline and a parameters collection to be executed in a Data Factory. This is a required property

Collection Children

ChildAPI TypeDescription
<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.
<Dependencies>
    <Dependency />
</Dependencies>
AstAdfTumblingWindowTriggerDependencyNode
This is the collection of activity dependencies that will control the execution of this Tumbling Window Trigger.

© Varigence