Package version:

Azure Data Factory expression definition.

interface Expression {
    type: "Expression";
    value: string;
}

Properties

Properties

type

Expression type.

value: string

Expression value.