ForEachActivity Class
This activity is used for iterating over a collection and execute given activities.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.ControlActivityForEachActivity
Constructor
ForEachActivity(*, name: str, items: _models.Expression, activities: List[_models.Activity], additional_properties: Optional[Dict[str, Any]] = None, description: Optional[str] = None, depends_on: Optional[List[_models.ActivityDependency]] = None, user_properties: Optional[List[_models.UserProperty]] = None, is_sequential: Optional[bool] = None, batch_count: Optional[int] = None, **kwargs)
Variables
Unmatched properties from the message are deserialized to this collection.
- name
- str
Required. Activity name.
- type
- str
Required. Type of activity.Constant filled by server.
- description
- str
Activity description.
- depends_on
- list[ActivityDependency]
Activity depends on condition.
- user_properties
- list[UserProperty]
Activity user properties.
- is_sequential
- bool
Should the loop be executed in sequence or in parallel (max 50).
- batch_count
- int
Batch count to be used for controlling the number of parallel execution (when isSequential is set to false).
- items
- Expression
Required. Collection to iterate.
Feedback
Submit and view feedback for