ForEachActivity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This activity is used for iterating over a collection and execute given activities.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("ForEach")]
public class ForEachActivity : Microsoft.Azure.Management.DataFactory.Models.ControlActivity
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("ForEach")>]
type ForEachActivity = class
inherit ControlActivity
Public Class ForEachActivity
Inherits ControlActivity
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
ForEachActivity() |
Initializes a new instance of the ForEachActivity class. |
ForEachActivity(String, Expression, IList<Activity>, IDictionary<String, Object>, String, IList<ActivityDependency>, IList<UserProperty>, Nullable<Boolean>, Nullable<Int32>) |
Initializes a new instance of the ForEachActivity class. |
Properties
Activities |
Gets or sets list of activities to execute . |
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from Activity) |
BatchCount |
Gets or sets batch count to be used for controlling the number of parallel execution (when isSequential is set to false). |
DependsOn |
Gets or sets activity depends on condition. (Inherited from Activity) |
Description |
Gets or sets activity description. (Inherited from Activity) |
IsSequential |
Gets or sets should the loop be executed in sequence or in parallel (max 50) |
Items |
Gets or sets collection to iterate. |
Name |
Gets or sets activity name. (Inherited from Activity) |
UserProperties |
Gets or sets activity user properties. (Inherited from Activity) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET