ForEachActivity Class

Definition

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
ForEachActivity
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