Databricks SDK for JavaScript
    Preparing search index...
    interface AlertOperand {
        operand?:
            | { $case: "value"; value: AlertOperandValue }
            | { $case: "column"; column: AlertOperandColumn };
    }
    Index

    Properties

    Properties

    operand?:
        | { $case: "value"; value: AlertOperandValue }
        | { $case: "column"; column: AlertOperandColumn }

    Only one of the following fields may be set, depending on the type of operand/threshold.