ExpressionV2 Class

Nested representation of a complex expression.

Inheritance
azure.mgmt.datafactory._serialization.Model
ExpressionV2

Constructor

ExpressionV2(*, type: str | _models.ExpressionV2Type | None = None, value: str | None = None, operators: List[str] | None = None, operands: List[_models.ExpressionV2] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
type

Type of expressions supported by the system. Type: string. Known values are: "Constant", "Field", "Unary", "Binary", and "NAry".

value
str

Value for Constant/Field Type: string.

operators

Expression operator value Type: list of strings.

operands

List of nested expressions.

Variables

Name Description
type

Type of expressions supported by the system. Type: string. Known values are: "Constant", "Field", "Unary", "Binary", and "NAry".

value
str

Value for Constant/Field Type: string.

operators

Expression operator value Type: list of strings.

operands

List of nested expressions.