ExpressionV2 Class
Nested representation of a complex expression.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelExpressionV2
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
|
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
|
Value for Constant/Field Type: string. |
operators
|
Expression operator value Type: list of strings. |
operands
|
List of nested expressions. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python