AppendVariableActivity Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. Activity - com.
azure. analytics. synapse. artifacts. models. ControlActivity - com.
azure. analytics. synapse. artifacts. models. AppendVariableActivity
- com.
- com.
- com.
public class AppendVariableActivity
extends ControlActivity
Append value for a Variable of type Array.
Constructor Summary
| Constructor | Description |
|---|---|
| AppendVariableActivity() |
Creates an instance of Append |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Append |
fromJson(JsonReader jsonReader)
Reads an instance of Append |
| String |
getType()
Get the type property: Type of activity. |
| Object |
getValue()
Get the value property: Value to be appended. |
| String |
getVariableName()
Get the variable |
|
Append |
setDependsOn(List<ActivityDependency> dependsOn)
Set the depends |
|
Append |
setDescription(String description)
Set the description property: Activity description. |
|
Append |
setName(String name)
Set the name property: Activity name. |
|
Append |
setOnInactiveMarkAs(ActivityOnInactiveMarkAs onInactiveMarkAs)
Set the on |
|
Append |
setState(ActivityState state)
Set the state property: Activity state. |
|
Append |
setUserProperties(List<UserProperty> userProperties)
Set the user |
|
Append |
setValue(Object value)
Set the value property: Value to be appended. |
|
Append |
setVariableName(String variableName)
Set the variable |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from Activity
Methods inherited from ControlActivity
Methods inherited from java.lang.Object
Constructor Details
AppendVariableActivity
public AppendVariableActivity()
Creates an instance of AppendVariableActivity class.
Method Details
fromJson
public static AppendVariableActivity fromJson(JsonReader jsonReader)
Reads an instance of AppendVariableActivity from the JsonReader.
Parameters:
Returns:
Throws:
getType
public String getType()
Get the type property: Type of activity.
Overrides:
AppendVariableActivity.getType()Returns:
getValue
public Object getValue()
Get the value property: Value to be appended. Could be a static value or Expression.
Returns:
getVariableName
public String getVariableName()
Get the variableName property: Name of the variable whose value needs to be appended to.
Returns:
setDependsOn
public AppendVariableActivity setDependsOn(List<ActivityDependency> dependsOn)
Set the dependsOn property: Activity depends on condition.
Overrides:
AppendVariableActivity.setDependsOn(List<ActivityDependency> dependsOn)Parameters:
setDescription
public AppendVariableActivity setDescription(String description)
Set the description property: Activity description.
Overrides:
AppendVariableActivity.setDescription(String description)Parameters:
setName
public AppendVariableActivity setName(String name)
Set the name property: Activity name.
Overrides:
AppendVariableActivity.setName(String name)Parameters:
setOnInactiveMarkAs
public AppendVariableActivity setOnInactiveMarkAs(ActivityOnInactiveMarkAs onInactiveMarkAs)
Set the onInactiveMarkAs property: Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Overrides:
AppendVariableActivity.setOnInactiveMarkAs(ActivityOnInactiveMarkAs onInactiveMarkAs)Parameters:
setState
public AppendVariableActivity setState(ActivityState state)
Set the state property: Activity state. This is an optional property and if not provided, the state will be Active by default.
Overrides:
AppendVariableActivity.setState(ActivityState state)Parameters:
setUserProperties
public AppendVariableActivity setUserProperties(List<UserProperty> userProperties)
Set the userProperties property: Activity user properties.
Overrides:
AppendVariableActivity.setUserProperties(List<UserProperty> userProperties)Parameters:
setValue
public AppendVariableActivity setValue(Object value)
Set the value property: Value to be appended. Could be a static value or Expression.
Parameters:
Returns:
setVariableName
public AppendVariableActivity setVariableName(String variableName)
Set the variableName property: Name of the variable whose value needs to be appended to.
Parameters:
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
AppendVariableActivity.toJson(JsonWriter jsonWriter)Parameters:
Throws: