ScriptActivityParameter Class

Parameters of a script block.

Inheritance
azure.mgmt.datafactory._serialization.Model
ScriptActivityParameter

Constructor

ScriptActivityParameter(*, name: MutableMapping[str, Any] | None = None, type: str | _models.ScriptActivityParameterType | None = None, value: MutableMapping[str, Any] | None = None, direction: str | _models.ScriptActivityParameterDirection | None = None, size: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
<xref:JSON>

The name of the parameter. Type: string (or Expression with resultType string).

type

The type of the parameter. Known values are: "Boolean", "DateTime", "DateTimeOffset", "Decimal", "Double", "Guid", "Int16", "Int32", "Int64", "Single", "String", and "Timespan".

value
<xref:JSON>

The value of the parameter. Type: string (or Expression with resultType string).

direction

The direction of the parameter. Known values are: "Input", "Output", and "InputOutput".

size
int

The size of the output direction parameter.

Variables

Name Description
name
<xref:JSON>

The name of the parameter. Type: string (or Expression with resultType string).

type

The type of the parameter. Known values are: "Boolean", "DateTime", "DateTimeOffset", "Decimal", "Double", "Guid", "Int16", "Int32", "Int64", "Single", "String", and "Timespan".

value
<xref:JSON>

The value of the parameter. Type: string (or Expression with resultType string).

direction

The direction of the parameter. Known values are: "Input", "Output", and "InputOutput".

size
int

The size of the output direction parameter.